We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d29566 + 7ef144e commit 84f08b6Copy full SHA for 84f08b6
1 file changed
Makefile
@@ -40,4 +40,6 @@ test_cells:
40
clean:
41
@(cd docs/ && make clean)
42
43
-prepush: lint tests clean docs
+prepush: lint tests
44
+ @rm .coverage.*
45
+ make clean docs
0 commit comments