mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-08-01 08:10:21 -07:00
Add a missing cleanup step to the coverage script (#564)
This commit is contained in:
@@ -23,6 +23,7 @@ main() {
|
||||
|
||||
exc cargo llvm-cov --all-features --workspace --doctests --branch
|
||||
|
||||
exc rm -rf target/llvm-cov-target/debug/deps/doctestbins
|
||||
exc mv -v target/llvm-cov-target/doctestbins target/llvm-cov-target/debug/deps/
|
||||
exc rm -rf "${OUTPUT_DIR}"
|
||||
exc mkdir -p "${OUTPUT_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user