Skip to content

Commit aa0be91

Browse files
author
Joe Newton
committed
Regenerated and moved codecov token into repo's "Secrets" section
1 parent 72f14f4 commit aa0be91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/swift.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
xcrun llvm-cov export -format="lcov" .build/debug/CBORCodingPackageTests.xctest/Contents/MacOS/CBORCodingPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
3535
bash <(curl https://codecov.io/bash)
3636
fi
37+
env:
38+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ comment:
2121

2222
ignore:
2323
- Tests/**/*
24-
25-
codecov:
26-
token: 08621d2f-fc4e-4e97-b690-c50886ce67b5

0 commit comments

Comments
 (0)