Skip to content

Commit

Permalink
Set the diff-compare branch to main
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Uiterwijk <[email protected]>
  • Loading branch information
puiterwijk committed Jan 22, 2021
1 parent 5b316c1 commit b9cb175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Ensure test coverage
run: |
coverage xml
diff-cover coverage.xml --fail-under=100
diff-cover coverage.xml --fail-under=100 --compare-branch main
- name: Ensure code quality change
run: |
diff-quality --violations=flake8 --fail-under=100
Expand Down

0 comments on commit b9cb175

Please sign in to comment.