We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6a76f commit 6f252aaCopy full SHA for 6f252aa
admin/coverage
@@ -19,7 +19,7 @@ def cleanup():
19
sh("rm -rf *.gcda *.gcno")
20
21
def run(which):
22
- exe = filter(lambda x: '.d' not in x, glob.glob('target/debug/' + which + '-*'))[0]
+ exe = filter(lambda x: '.d' not in x, glob.glob('target/debug/deps/' + which + '-*'))[0]
23
sh('./' + exe)
24
25
def cargo():
0 commit comments