Skip to content

Commit

Permalink
fix: diff cover branch arg
Browse files Browse the repository at this point in the history
Signed-off-by: Rupanshi Jain <[email protected]>
  • Loading branch information
rdotjain committed Sep 1, 2023
1 parent f5d299a commit b9c0678
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 --compare-branch main
diff-cover coverage.xml --fail-under=100 --compare-branch origin/main
- name: Ensure code quality change
run: |
diff-quality --violations=flake8 --fail-under=100
Expand Down

0 comments on commit b9c0678

Please sign in to comment.