Skip to content

Commit

Permalink
merge: Merge branch 'ci/exclude_more_files' into 'main'
Browse files Browse the repository at this point in the history
ci: Exclude more files from coverage

See merge request numerics/solver/comma!35
  • Loading branch information
Riccardo Milani committed Jan 23, 2024
2 parents 4dde9dc + 7205b45 commit 44ffb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ job:test_dbg:
- cd $CUSTOM_CI_DIR
- cd build
- ./CoMMA_test -r junit > test_a.xml
- python3 -m gcovr --xml-pretty --exclude '\.\./pybind11/' --exclude '\.\./Catch2/' --exclude '\.\./build_rel/' --exclude '\.\./src/CoMMA.cpp' --print-summary -o coverage.xml --root ..
- python3 -m gcovr --xml-pretty --exclude '\.\./pybind11/' --exclude '\.\./Catch2/' --exclude '\.\./perfetto/' --exclude '\.\./build_rel.*/' --exclude '\.\./src/CoMMA.cpp' --exclude '\.\./config_files/' --exclude '\.\./misc_scripts/' --print-summary -o coverage.xml --root ..
coverage: /^\s*lines:\s*\d+.\d+\%/
artifacts:
expire_in: 1 month
Expand Down

0 comments on commit 44ffb87

Please sign in to comment.