We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f14f4 commit aa0be91Copy full SHA for aa0be91
.github/workflows/swift.yml
@@ -34,3 +34,5 @@ jobs:
34
xcrun llvm-cov export -format="lcov" .build/debug/CBORCodingPackageTests.xctest/Contents/MacOS/CBORCodingPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
35
bash <(curl https://codecov.io/bash)
36
fi
37
+ env:
38
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
codecov.yml
@@ -21,6 +21,3 @@ comment:
21
22
ignore:
23
- Tests/**/*
24
-
25
-codecov:
26
- token: 08621d2f-fc4e-4e97-b690-c50886ce67b5
0 commit comments