File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ script:
127127 instrumental -f .instrumental.cov -s
128128 instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
129129 git checkout $BRANCH
130- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
130+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat ' `which pytest` $files
131131 instrumental -f .instrumental.cov -sr
132132 fi
133133 - |
134134 if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST == "false" ]]; then
135- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` src/ecdsa
135+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat ' `which pytest` src/ecdsa
136136 instrumental -f .instrumental.cov -s
137137 # just log the values when merging
138138 instrumental -f .instrumental.cov -s | python diff-instrumental.py
You can’t perform that action at this time.
0 commit comments