Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show review badges also on group-level #1047

Merged
merged 1 commit into from Nov 29, 2016

Conversation

Martchus
Copy link
Contributor

Show review badges also in the foldable job group entries on index page and parent group overview

After this all TODOs regarding parent groups should be done: https://progress.opensuse.org/issues/14814

Show review badges also in the foldable job group entries
on index page and parent group overview
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 72.825% when pulling f2824d9 on Martchus:job_group_badges into 2ebaab0 on os-autoinst:master.

@coolo coolo merged commit 14081ac into os-autoinst:master Nov 29, 2016
@Martchus Martchus deleted the job_group_badges branch November 29, 2016 12:52
my ($build_res) = @_;

$build_res->{reviewed_all_passed} = $build_res->{passed} == $build_res->{total};
$build_res->{reviewed} = $build_res->{failed} > 0 && $build_res->{labeled} == $build_res->{failed};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we change this now to say $build_res->{labeled} >= $build_res->{failed} in case we label any other jobs additionally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants