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: rerun failed tests in a 2nd pytest run rather than immediately #3152

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Dec 16, 2024

Changing the approach of when to rerun tests, IMO doing them at the end is a better approach to filter out flaky service responses.

This should close #3050

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.54%. Comparing base (7d96ebd) to head (04c6069).
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3152   +/-   ##
=======================================
  Coverage   67.54%   67.54%           
=======================================
  Files         233      233           
  Lines       18493    18493           
=======================================
  Hits        12491    12491           
  Misses       6002     6002           

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

@bsipocz bsipocz merged commit 1f22e67 into astropy:main Dec 16, 2024
11 checks passed
@bsipocz bsipocz deleted the CI_rerun_failures branch December 16, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: rerun failing tests at the end
1 participant