Skip to content

Commit

Permalink
[INFRA] Bump codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Feb 5, 2024
1 parent 894f663 commit 6e6e9ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
--output ${{ github.workspace }}/build/coverage_report.xml
- name: Submit coverage build
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/build/coverage_report.xml
codecov_yml_path: ${{ github.workspace }}/.codecov.yml
file: ${{ github.workspace }}/build/coverage_report.xml
fail_ci_if_error: false

0 comments on commit 6e6e9ac

Please sign in to comment.