Skip to content

Commit

Permalink
fix diff-quality, diff-cover compare
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Jul 29, 2021
1 parent 2823ffe commit 2a65dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ test: docs
coverage3 html
"$(PYTHON)" tests/verify-scripts-json.py tests/tlslite-ng.json tests/tlslite-ng-random-subset.json
pylint --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" tlsfuzzer > pylint_report.txt || :
diff-quality --violations=pylint --fail-under=90 pylint_report.txt
diff-cover --fail-under=90 coverage.xml
diff-quality --compare-branch origin/master --violations=pylint --fail-under=90 pylint_report.txt
diff-cover --compare-branch origin/master --fail-under=90 coverage.xml

test-scripts:
"$(PYTHON)" tests/verify-scripts-json.py tests/tlslite-ng.json tests/tlslite-ng-random-subset.json
Expand Down

0 comments on commit 2a65dc0

Please sign in to comment.