Skip to content

Commit 26f5371

Browse files
committed
remove codecov token (not needed)
1 parent 92305d6 commit 26f5371

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codecov.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage
22

33
on:
44
push:
5-
branches: ['master']
5+
branches: ["master"]
66
pull_request:
77

88
jobs:
@@ -16,9 +16,9 @@ jobs:
1616
toolchain: stable
1717
override: true
1818
- uses: actions-rs/[email protected]
19-
- uses: codecov/codecov-action@v1.0.2
20-
with:
21-
token: ${{secrets.CODECOV_TOKEN}}
19+
- uses: codecov/codecov-action@v2.1.0
20+
# A codecov token is not needed for public repos if the repo is linked
21+
# on codecov.io. See https://docs.codecov.com/docs/frequently-asked-questions#where-is-the-repository-upload-token-found
2222
- uses: actions/upload-artifact@v1
2323
with:
2424
name: code-coverage-report

0 commit comments

Comments
 (0)