-
Notifications
You must be signed in to change notification settings - Fork 38
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
Report to coveralls only if integration tests passed #963
Report to coveralls only if integration tests passed #963
Conversation
The coverage report makes sense only when all tests passed. When a test fails - the pipeline tries to report to coveralls, but as long as tests are not fixed - this is not something of interest, and it creates just an additional failure. Signed-off-by: Mark Kemel <mkemel@redhat.com>
/packit retest-failed |
/packit retest-failed |
1 similar comment
/packit retest-failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/packit retest-failed |
1 similar comment
/packit retest-failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/packit retest-failed |
/packit retest-failed --label standard |
The coverage report makes sense only when all tests passed. When a test fails - the pipeline tries to report to coveralls, but as long as tests are not fixed - this is not something of interest, and it creates just an additional failure.