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 8e20626 commit bf08411
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 --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 bf08411

Please sign in to comment.