diff --git a/.github/workflows/CodeCoverage.yml b/.github/workflows/CodeCoverage.yml index 59226e22..66fe51ea 100644 --- a/.github/workflows/CodeCoverage.yml +++ b/.github/workflows/CodeCoverage.yml @@ -80,7 +80,7 @@ jobs: run: gcovr -j ${PROC_COUNT} --delete --root ../ --print-summary --exclude-unreachable-branches --exclude-function-lines --xml-pretty --xml coverage.xml . --gcov-executable "${GCOV_EXECUTABLE}" --exclude-lines-by-pattern "^\s*{$" --exclude-lines-by-pattern "^\s*}$" - name: Upload coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./build/coverage.xml flags: ${{ runner.os }},${{ matrix.compiler }},${{ matrix.build_type }}