Skip to content

Commit

Permalink
gcov version
Browse files Browse the repository at this point in the history
  • Loading branch information
mknaranja committed Dec 16, 2024
1 parent 08d4bea commit 0c50aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
# compute code coverage
run: |
cd build
cmake --build . --target coverage/fast
cmake --build . --target coverage/fast --gcov-tool /usr/bin/gcov-12
- name: Upload test report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0c50aed

Please sign in to comment.