Skip to content

Commit

Permalink
CI: Update codecov.yml. (#800)
Browse files Browse the repository at this point in the history
* CI: Update codecov.yml.

* CI: Remove token.

* CI: Update to use token.
  • Loading branch information
zssherman authored Feb 16, 2024
1 parent c15802b commit c32dca1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
python -m pytest -v --mpl --cov=./ --cov-report=xml
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c32dca1

Please sign in to comment.