Skip to content

Commit

Permalink
ci: add codecov token env
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Apr 16, 2024
1 parent 4658539 commit f3e664e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
name: Test Coverage
needs: [run-tests]
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Download coverage
Expand All @@ -51,3 +49,4 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f3e664e

Please sign in to comment.