-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(devservices): Cutover to using devservices in CI #83179
feat(devservices): Cutover to using devservices in CI #83179
Conversation
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #83179 +/- ##
==========================================
+ Coverage 79.20% 87.62% +8.41%
==========================================
Files 9493 9452 -41
Lines 539366 538718 -648
Branches 21233 21091 -142
==========================================
+ Hits 427205 472040 +44835
+ Misses 108767 66320 -42447
+ Partials 3394 358 -3036 |
Bundle ReportChanges will increase total bundle size by 208 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
…into hubertdeng123/cutover-use-devservices-in-ci
Going to split up these PR's into two.
|
This PR cuts over to using devservices in backend/acceptance tests.