File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -117,17 +117,16 @@ script:
117117 - |
118118 if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST != "false" ]]; then
119119 git checkout $PR_FIRST^
120- files="$(ls src/ecdsa/test*.py)"
121- instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' `which pytest` $files
120+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' `which pytest` src/ecdsa/test*.py
122121 instrumental -f .instrumental.cov -s
123122 instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
124123 git checkout $BRANCH
125- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
124+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat ' `which pytest` src/ecdsa/test*.py
126125 instrumental -f .instrumental.cov -sr
127126 fi
128127 - |
129128 if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST == "false" ]]; then
130- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
129+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat ' `which pytest` src/ecdsa
131130 instrumental -f .instrumental.cov -s
132131 # just log the values when merging
133132 instrumental -f .instrumental.cov -s | python diff-instrumental.py
You can’t perform that action at this time.
0 commit comments