Skip to content

Commit 216295e

Browse files
authored
Merge pull request #265 from mattpolzin/testing-codecov-action
Update Codecov CI action
2 parents 74c820c + f68dbb8 commit 216295e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- run: swift test --enable-test-discovery --enable-code-coverage
1313
- id: analysis
14-
uses: mattpolzin/swift-codecov-action@0.6.0
14+
uses: mattpolzin/swift-codecov-action@0.7.5
1515
with:
1616
MINIMUM_COVERAGE: 98
17+
INCLUDE_TESTS: 'true'

0 commit comments

Comments
 (0)