Skip to content

Commit

Permalink
Include coveragerc in artifacts for consistent reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn-gt committed Jul 19, 2024
1 parent 3322cd9 commit b8f8597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ generate-coverage:
paths:
- build/**/*.gcno
- build/**/*.gcda
- build/python/.coverage
- build/python/.coverage*
- build/**/*.py
- build/**/*.h
- build/**/*.cc
Expand Down Expand Up @@ -243,8 +243,8 @@ report-coverage-py:
script:
- pip install coverage
- cd build/python
- coverage xml '--omit=gtirb/proto/*'
- coverage report '--omit=gtirb/proto/*' --show-missing
- coverage xml
- coverage report


test-default-install:
Expand Down

0 comments on commit b8f8597

Please sign in to comment.