github: Update coverage data upload to Codecov

Since the script and action have issues with the directory structure, we
upload the lcov results instead.
This commit is contained in:
Tobias Brunner
2024-04-04 09:25:12 +02:00
parent 9c208c4e46
commit 75c5c5667d
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -76,7 +76,12 @@ jobs:
- uses: ./.github/actions/default
- run: ccache -s
- if: ${{ success() && matrix.test == 'coverage' }}
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: coverage/coverage.cleaned.info
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- if: ${{ failure() }}
uses: actions/upload-artifact@v4
with: