Skip to content

Commit

Permalink
remove codecov token (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jan 31, 2022
1 parent 92305d6 commit 26f5371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Coverage

on:
push:
branches: ['master']
branches: ["master"]
pull_request:

jobs:
Expand All @@ -16,9 +16,9 @@ jobs:
toolchain: stable
override: true
- uses: actions-rs/[email protected]
- uses: codecov/codecov-action@v1.0.2
with:
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
- uses: actions/upload-artifact@v1
with:
name: code-coverage-report
Expand Down

0 comments on commit 26f5371

Please sign in to comment.