Skip to content

Commit

Permalink
Fix kcov
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jul 22, 2020
1 parent 53e0f16 commit 7cfd515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/kcov.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd /home/circleci/project/ &&
rm -rf target/cov/base_dpc* && rm -rf target/cov/consensus_dpc* && rm -rf target/cov/consensus_integration && rm -rf target/cov/protected_rpc_tests*
rm -rf target/debug/base_dpc* && rm -rf target/debug/consensus_dpc* && rm -rf target/cov/consensus_integration && rm -rf target/debug/protected_rpc_tests*
for file in target/debug/*-*[^\.d];
do
mkdir -p "target/cov/$(basename $file)";
Expand Down

0 comments on commit 7cfd515

Please sign in to comment.