We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c820c + f68dbb8 commit 216295eCopy full SHA for 216295e
.github/workflows/codecov.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- run: swift test --enable-test-discovery --enable-code-coverage
13
- id: analysis
14
- uses: mattpolzin/swift-codecov-action@0.6.0
+ uses: mattpolzin/swift-codecov-action@0.7.5
15
with:
16
MINIMUM_COVERAGE: 98
17
+ INCLUDE_TESTS: 'true'
0 commit comments