We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb09bd commit f91e850Copy full SHA for f91e850
.github/workflows/swift.yml
@@ -20,3 +20,5 @@ jobs:
20
run: |
21
xcrun llvm-cov export -format="lcov" .build/debug/MethodNotificationCenterPackageTests.xctest/Contents/MacOS/MethodNotificationCenterPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
22
bash <(curl https://codecov.io/bash)
23
+ env:
24
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
codecov.yml
@@ -21,6 +21,3 @@ comment:
ignore:
- Tests/**/*
-
25
-codecov:
26
- token: 46f20372-3f54-4ef8-94be-06b3b6a453ec
0 commit comments