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.
1 parent c607e14 commit 0721278Copy full SHA for 0721278
scripts/test.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-coverage run -m pytest
+PYTHONPATH=. coverage run --source=gitvault -m pytest
5
coverage report -m
6
coverage html
0 commit comments