Skip to content

Commit

Permalink
update codecov-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Dec 12, 2024
1 parent 2ab7cae commit 12cb1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Test with pytest
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ihmeuw-msca/modrover

0 comments on commit 12cb1d3

Please sign in to comment.