ci: fix tests, kill music-player server after tests

This commit is contained in:
Tsiry Sandratraina
2023-11-01 13:23:42 +00:00
parent 5564f885ef
commit 5eeaee162a

View File

@@ -102,7 +102,8 @@ export const test = async (src = ".") => {
"-c",
"music-player & \
sleep 3 && \
cargo llvm-cov --all-features --lib --workspace --lcov --output-path lcov.info",
cargo llvm-cov --all-features --lib --workspace --lcov --output-path lcov.info && \
killall -s TERM music-player",
]);
await ctr.file("/app/lcov.info").export("./lcov.info");