Skip to content

Commit

Permalink
Change compare branch for diff-coverage and diff-quality
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdanielcsantos committed Jul 26, 2018
1 parent acabe93 commit b57b650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -13,8 +13,8 @@ commands =
pipconflictchecker
coverage run -m pytest
coverage xml
diff-cover coverage.xml --compare-branch=origin/HEAD --fail-under=80
diff-quality --violations=flake8 --compare-branch=origin/HEAD --fail-under=100
diff-cover coverage.xml --compare-branch=origin/master --fail-under=80
diff-quality --violations=flake8 --compare-branch=origin/master --fail-under=100

deps =
pip >= 9.0, < 10.0
Expand Down

0 comments on commit b57b650

Please sign in to comment.