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 fd21f03 commit 8e20626
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 --rc geninfo_unexecuted_blocks=1 --no-external ./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 8e20626

Please sign in to comment.