Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
Update codecov version
  • Loading branch information
jdebacker authored Apr 11, 2024
1 parent a27b952 commit 2c9ee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: |
pytest -m 'not requires_pufcsv and not pre_release and not local' --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
verbose: true
verbose: true

0 comments on commit 2c9ee51

Please sign in to comment.