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

fix CI #1014

Merged
merged 5 commits into from
Jun 26, 2023
Merged

fix CI #1014

merged 5 commits into from
Jun 26, 2023

Conversation

gboeing
Copy link
Owner

@gboeing gboeing commented Jun 26, 2023

CI was using a shell (see also) such that only the final exit code generated by a step could cause a failure (i.e., if a line in the middle of a step's run definition exited with a non-zero, the step would "succeed" anyway. This behavior only started a few days ago, and I just noticed it. Prior to that, tests were failing appropriately up until ~5 days ago. In the meantime, tests were silently failing while appearing to be passing.

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.04%. Comparing base (48e0ccd) to head (a2558b1).
Report is 997 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1014   +/-   ##
=======================================
  Coverage   98.04%   98.04%           
=======================================
  Files          23       23           
  Lines        2409     2409           
=======================================
  Hits         2362     2362           
  Misses         47       47           

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

@gboeing gboeing merged commit 8695009 into main Jun 26, 2023
4 checks passed
@gboeing gboeing deleted the ci-fix branch June 26, 2023 23:31
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.

1 participant