Skip to content

Commit

Permalink
Update codecov action (?)
Browse files Browse the repository at this point in the history
Getting inconsistent errors in CI, maybe due to a codecov issue?
- Example: https://github.com/mila-iqia/milatools/actions/runs/12419445408/job/34676165915?pr=137
- Issue on the CodeCov action repo: codecov/codecov-action#1580

Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Dec 19, 2024
1 parent 8ef75d3 commit 32f867b
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 @@ -185,7 +185,7 @@ jobs:
# Next step if this doesn't work would be to give the coverage files a unique name and use merge-multiple: true
path: coverage_reports
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage.xml # Search for all coverage files from each workflow.
Expand Down

0 comments on commit 32f867b

Please sign in to comment.