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 bf08411 commit 7299a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}}

- name: InstallCoverageReportDependencies
run: sudo apt-get -y install lcov
run: sudo apt-get -y install lcov gcov

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

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

0 comments on commit 7299a6c

Please sign in to comment.