Skip to content

Commit

Permalink
cleanup codecov token.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent de0bcf8 commit 45c2eca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ jobs:
retention-days: 1
- name: Upload coverage report
uses: codecov/codecov-action@v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: success() || failure()
with:
files: ${{ github.workspace }}/coverage.txt
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true
docker:
if: always()
Expand Down

0 comments on commit 45c2eca

Please sign in to comment.