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 5f137ec commit c460fd5Copy full SHA for c460fd5
.travis.yml
@@ -118,7 +118,7 @@ script:
118
if [[ $INSTRUMENTAL && $TRAVIS_PULL_REQUEST != "false" ]]; then
119
git checkout $PR_FIRST^
120
files="$(ls src/ecdsa/test*.py)"
121
- instrumental -t ecdsa -i 'test.*|.*_version' `which pytest` $files
+ instrumental -t ecdsa -i 'test.*|.*_version|.*_compat' `which pytest` $files
122
instrumental -f .instrumental.cov -s
123
instrumental -f .instrumental.cov -s | python diff-instrumental.py --save .diff-instrumental
124
git checkout $BRANCH
0 commit comments