We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92305d6 commit 26f5371Copy full SHA for 26f5371
.github/workflows/codecov.yml
@@ -2,7 +2,7 @@ name: Coverage
2
3
on:
4
push:
5
- branches: ['master']
+ branches: ["master"]
6
pull_request:
7
8
jobs:
@@ -16,9 +16,9 @@ jobs:
16
toolchain: stable
17
override: true
18
- uses: actions-rs/[email protected]
19
- - uses: codecov/codecov-action@v1.0.2
20
- with:
21
- token: ${{secrets.CODECOV_TOKEN}}
+ - uses: codecov/codecov-action@v2.1.0
+ # A codecov token is not needed for public repos if the repo is linked
+ # on codecov.io. See https://docs.codecov.com/docs/frequently-asked-questions#where-is-the-repository-upload-token-found
22
- uses: actions/upload-artifact@v1
23
with:
24
name: code-coverage-report
0 commit comments