Skip to content

Commit

Permalink
maybe needs to be an env var
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Feb 29, 2024
1 parent 7c8d9d8 commit 723345e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 723345e

Please sign in to comment.