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 f12bee7 commit 7b31e4eCopy full SHA for 7b31e4e
Makefile
@@ -96,7 +96,7 @@ pylint_report.txt: ${PYSOURCES}
96
$^ -j0> $@ || true
97
98
diff_pylint_report: pylint_report.txt
99
- diff-quality --violations=pylint pylint_report.txt
+ diff-quality --compare-branch main --violations=pylint pylint_report.txt
100
101
.coverage: testcov
102
@@ -116,10 +116,10 @@ coverage-report: .coverage
116
coverage report
117
118
diff-cover: coverage.xml
119
- diff-cover $^
+ diff-cover --compare-branch main $^
120
121
diff-cover.html: coverage.xml
122
- diff-cover $^ --html-report $@
+ diff-cover --compare-branch main $^ --html-report $@
123
124
## test : run the ${MODULE} test suite
125
test: FORCE
0 commit comments