Skip to content

Commit

Permalink
Fix gcovr to call correct gcov version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jan 9, 2025
1 parent ab5d34d commit eda0f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
source venv/bin/activate
cd build
gcovr -r .. --filter '\.\./src' --html cam_sima_code_coverage.html --txt
gcovr --gcov-executable gcov-${{ matrix.version }} -r .. --filter '\.\./src' --html cam_sima_code_coverage.html --txt
- name: Upload code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eda0f52

Please sign in to comment.