-
Notifications
You must be signed in to change notification settings - Fork 220
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 for x86 #2478
base: master
Are you sure you want to change the base?
Fix CI for x86 #2478
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2478 +/- ##
=======================================
Coverage 84.45% 84.45%
=======================================
Files 21 21
Lines 1570 1570
=======================================
Hits 1326 1326
Misses 244 244 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 12931388553Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Argh, now lots of tolerances need to be changed. |
This PR bumps the AdvancedPS test requirement to 0.6.1. This essentially reverts the changes in #2449, since they are no longer needed.
This is still WIP because I would like to try to get rid of the segfaults as well (by skipping the offending tests).