Skip to content

Commit

Permalink
Merge pull request #397 from AMS21/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-5.0.7

Bump codecov/codecov-action from 5.0.4 to 5.0.7
  • Loading branch information
AMS21 authored Nov 21, 2024
2 parents 99db088 + 461c353 commit ede0a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.4
uses: codecov/codecov-action@v5.0.7
with:
file: ./build/coverage.xml
flags: ${{ runner.os }},${{ matrix.compiler }},${{ matrix.build_type }}
Expand Down

0 comments on commit ede0a14

Please sign in to comment.