File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,12 @@ script:
8787 instrumental -f .instrumental.cov -s
8888 instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
8989 git checkout $BRANCH
90- files="$(ls src/ecdsa/test*.py | grep -v test_malformed_sigs.py)"
91- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
90+ instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
9291 instrumental -f .instrumental.cov -sr
9392 fi
9493 - |
9594 if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST == "false" ]]; then
96- # exclude the super slow test_malformed_sigs.py, until #127 is merged
97- files="$(ls src/ecdsa/test*.py | grep -v test_malformed_sigs.py)"
98- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
95+ instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
9996 instrumental -f .instrumental.cov -s
10097 # just log the values when merging
10198 instrumental -f .instrumental.cov -s | python diff-instrumental.py
You can’t perform that action at this time.
0 commit comments