-
Notifications
You must be signed in to change notification settings - Fork 18
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
🧹🚇 Clean up CI #1473
🧹🚇 Clean up CI #1473
Conversation
Since the ASV config and benchmark was removed on staging there is no reason to keep the failing CI workflows aound until we reintroduce benchmarks at some point
Since we don't use a GH env for release this would break the release
While the link works their setting prevent bots from visiting it breaking the the CI link check
🧙 Sourcery is reviewing your pull request! Tips
|
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.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #1473 +/- ##
=======================================
Coverage 85.1% 85.1%
=======================================
Files 91 91
Lines 3735 3735
Branches 630 726 +96
=======================================
+ Hits 3180 3182 +2
Misses 440 440
+ Partials 115 113 -2 ☔ View full report in Codecov by Sentry. |
This PR cleans up the CI on staging in order for us to focus on the important parts (result validation).
Change summary
Checklist