Skip to content

Commit

Permalink
change gcovr-action to version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschurk committed Jun 17, 2024
1 parent a20f00a commit 4d0a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ctest --test-dir build -j 8 --output-on-failure --rerun-failed
- name: Generate a code coverage report
uses: threeal/gcovr-action@xml-out
uses: threeal/gcovr-action@v1.0.0
with:
coveralls-out: coverage.coveralls.json
excludes: |
Expand Down

0 comments on commit 4d0a2d7

Please sign in to comment.