Skip to content

Commit

Permalink
Updating source code path filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Oct 24, 2024
1 parent 4efa597 commit a0ea54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
source venv/bin/activate
cd build
gcovr -r .. --filter '\.\./src' --html atmospheric_physics_code_coverage.html --txt
gcovr -r .. --filter '\.\./schemes' --html atmospheric_physics_code_coverage.html --txt
- name: Upload code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a0ea54c

Please sign in to comment.