Skip to content

Commit

Permalink
Issue #5 - Remove externals from code coverage report.�
Browse files Browse the repository at this point in the history
  • Loading branch information
vldtecno committed Apr 1, 2024
1 parent 5070fce commit 2eaee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: TestCoverageData
working-directory: ${{github.workspace}}/build/
run: geninfo "./PTN_Engine" -b "../" -o coverage.info
run: geninfo --no-external "./PTN_Engine" -b "../" -o coverage.info

- name: TestCoverageReport
working-directory: ${{github.workspace}}/build/
Expand Down

0 comments on commit 2eaee3b

Please sign in to comment.