Skip to content

Commit

Permalink
Upgrade codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden authored Oct 16, 2024
1 parent 2ad07a2 commit 5127582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
conda run --name rxn-env poetry install
conda run --name rxn-env inv run-tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 5127582

Please sign in to comment.