Skip to content

Commit

Permalink
fix developer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed May 22, 2024
1 parent 8942274 commit 13874bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cmake --build ip/build --parallel 2 --verbose
- name: test
run: ctest --test-dir -j2 --verbose --output-on-failure --rerun-failed
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 --print-summary -o test-coverage.html
Expand Down

0 comments on commit 13874bd

Please sign in to comment.