Skip to content

Commit 0721278

Browse files
committed
Update test script to set PYTHONPATH and specify source for coverage
1 parent c607e14 commit 0721278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
coverage run -m pytest
4+
PYTHONPATH=. coverage run --source=gitvault -m pytest
55
coverage report -m
66
coverage html

0 commit comments

Comments
 (0)