Skip to content

Commit

Permalink
exclude-noncode-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 4, 2023
1 parent b3d0723 commit bbfcaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: >
pip3 install gcovr==6.0
&& cd build
&& /usr/bin/python3 ../CI/test_coverage
&& /usr/bin/python3 ../CI/test_coverage --exclude-noncode-lines
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit bbfcaa8

Please sign in to comment.