Skip to content

Commit

Permalink
Adjust the diff-cover check for the 6.0 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 8, 2022
1 parent b514b64 commit c284051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/ci/bodhi_ci/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __init__(self, *args, **kwargs):
self._command = [executable] + [
f'/results/coverage-{m}.xml' for m in self.options["modules"]
] + [
'--compare-branch=origin/develop', '--fail-under=100'
'--compare-branch=origin/6.0', '--fail-under=100'
]
self._convert_command_for_container(include_git=True)

Expand Down

0 comments on commit c284051

Please sign in to comment.