mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
ci: Generate coverage report also for crates with external dependencies
This commit is contained in:
parent
50980a0b3e
commit
b9bc331ebc
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ coverage:
|
||||||
# csound-sys only looks at /usr/lib and /usr/local top levels
|
# csound-sys only looks at /usr/lib and /usr/local top levels
|
||||||
CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/'
|
CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/'
|
||||||
script:
|
script:
|
||||||
- cargo test --locked --color=always --all-features
|
- cargo test --locked --color=always --all --all-features
|
||||||
# generate html report
|
# generate html report
|
||||||
- grcov . --binary-path ./target/debug/ -s . -t html --branch --ignore-not-existing --ignore "*target*" --ignore "*/build.rs" -o ./coverage/
|
- 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
|
# generate cobertura report for gitlab integration
|
||||||
|
|
Loading…
Reference in a new issue