Skip to content
Snippets Groups Projects
Commit 04a4bd59 authored by Rambaud Pierrick's avatar Rambaud Pierrick
Browse files

build: revamp the coverage CI for coverage action v4

parent abe16968
No related branches found
No related tags found
No related merge requests found
...@@ -86,9 +86,10 @@ jobs: ...@@ -86,9 +86,10 @@ jobs:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: coverage name: coverage
path: coverage.xml
- name: codecov - name: codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
file: ./coverage.xml file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
fail_ci_if_error: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment