Skip to content

Commit

Permalink
Clean up coverage scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jul 19, 2017
1 parent 751d434 commit 63ad242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion admin/coverage
Expand Up @@ -16,7 +16,7 @@ def sh(cmd):

def cleanup():
sh('cargo clean')
sh("rm -rf *.gcda *.gcno cov/ && mkdir cov/")
sh("rm -rf *.gcda *.gcno")

def run(which):
exe = filter(lambda x: '.d' not in x, glob.glob('target/debug/' + which + '-*'))[0]
Expand Down
1 change: 0 additions & 1 deletion admin/llvm-gcov
@@ -1,3 +1,2 @@
#!/bin/sh -e
echo "llvm-cov gcov $*"
llvm-cov gcov $*

0 comments on commit 63ad242

Please sign in to comment.