ci: Generate coverage report also for crates with external dependencies

This commit is contained in:
Sebastian Dröge 2022-05-12 18:32:04 +03:00
parent 50980a0b3e
commit b9bc331ebc

View file

@ -266,7 +266,7 @@ coverage:
# csound-sys only looks at /usr/lib and /usr/local top levels
CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/'
script:
- cargo test --locked --color=always --all-features
- cargo test --locked --color=always --all --all-features
# generate html report
- grcov . --binary-path ./target/debug/ -s . -t html --branch --ignore-not-existing --ignore "*target*" --ignore "*/build.rs" -o ./coverage/
# generate cobertura report for gitlab integration