Updated to CodeCov action v4.

This commit is contained in:
Patrick Lehmann
2024-01-31 23:38:42 +01:00
parent 5663891b89
commit fc9ddee4e2
4 changed files with 135 additions and 107 deletions

View File

@@ -199,7 +199,7 @@ jobs:
- name: 📊 Publish code coverage at CodeCov
if: inputs.CodeCov == true
continue-on-error: true
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ steps.getVariables.outputs.coverage_report_xml }}
flags: unittests