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

ci: Fix "All required checks done" CI job to never be skipped #288

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

jgiannuzzi
Copy link
Member

@jgiannuzzi jgiannuzzi commented Aug 11, 2023

The "All required checks done" CI job has been designed to be a required check, but GitHub considers it successful when it's skipped, and it gets skipped when some of the jobs it depends on fail.

This PR fixes that by always running the job and checking the results of all the jobs it depends on.

Example runs:

┆Issue is synchronized with this Jira Task by Unito

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0387369) 84.17% compared to head (2468b84) 84.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   84.17%   84.17%           
=======================================
  Files          15       15           
  Lines        3437     3437           
=======================================
  Hits         2893     2893           
  Misses        381      381           
  Partials      163      163           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jgiannuzzi jgiannuzzi changed the title Fix "All required checks done" CI job to never be skipped ci: Fix "All required checks done" CI job to never be skipped Aug 11, 2023
@jgiannuzzi jgiannuzzi merged commit 55ac314 into main Aug 11, 2023
16 of 17 checks passed
@jgiannuzzi jgiannuzzi deleted the fix-required-checks branch August 11, 2023 18:45
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.

2 participants