Skip to content

Commit

Permalink
bump codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 17, 2024
1 parent 476efb3 commit 75a0538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pytest
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && contains(github.repository, 'PSLmodels/CGE')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.1
with:
files: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 75a0538

Please sign in to comment.