Skip to content

Commit 7b31e4e

Browse files
committed
more "main" branch fixes
1 parent f12bee7 commit 7b31e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pylint_report.txt: ${PYSOURCES}
9696
$^ -j0> $@ || true
9797

9898
diff_pylint_report: pylint_report.txt
99-
diff-quality --violations=pylint pylint_report.txt
99+
diff-quality --compare-branch main --violations=pylint pylint_report.txt
100100

101101
.coverage: testcov
102102

@@ -116,10 +116,10 @@ coverage-report: .coverage
116116
coverage report
117117

118118
diff-cover: coverage.xml
119-
diff-cover $^
119+
diff-cover --compare-branch main $^
120120

121121
diff-cover.html: coverage.xml
122-
diff-cover $^ --html-report $@
122+
diff-cover --compare-branch main $^ --html-report $@
123123

124124
## test : run the ${MODULE} test suite
125125
test: FORCE

0 commit comments

Comments
 (0)