Skip to content

Commit f91e850

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
run: |
2121
xcrun llvm-cov export -format="lcov" .build/debug/MethodNotificationCenterPackageTests.xctest/Contents/MacOS/MethodNotificationCenterPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
2222
bash <(curl https://codecov.io/bash)
23+
env:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ comment:
2121

2222
ignore:
2323
- Tests/**/*
24-
25-
codecov:
26-
token: 46f20372-3f54-4ef8-94be-06b3b6a453ec

0 commit comments

Comments
 (0)