Skip to content

Commit

Permalink
developer.yml: use gcovr==7.2; revert --gcov-ignore-parse-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Nov 22, 2024
1 parent 5f22b4a commit 6c694f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install doxygen libopenblas-dev
python3 -m pip install gcovr
python3 -m pip install gcovr==7.2
- name: checkout
uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
run: ctest --test-dir ip/build -j2 --verbose --output-on-failure --rerun-failed

- name: run-gcovr
run: gcovr -r ip -v --html-details --exclude ip/tests --exclude ip/build/CMakeFiles --gcov-ignore-parse-errors --print-summary -o test-coverage.html
run: gcovr -r ip -v --html-details --exclude ip/tests --exclude ip/build/CMakeFiles --print-summary -o test-coverage.html

- name: upload-test-coverage
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6c694f7

Please sign in to comment.