Closed
Conversation
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 #76935 +/- ##
==========================================
- Coverage 78.11% 77.19% -0.93%
==========================================
Files 6960 6960
Lines 308896 308896
Branches 50558 50558
==========================================
- Hits 241282 238437 -2845
- Misses 61219 63987 +2768
- Partials 6395 6472 +77 |
5eaf935 to
a7823e5
Compare
a7823e5 to
6b69d02
Compare
9617418 to
8ea6d9e
Compare
8ea6d9e to
ffa745c
Compare
Contributor
|
🚨 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 |
62c4122 to
db76c86
Compare
db76c86 to
9164714
Compare
9164714 to
ec2b734
Compare
ec2b734 to
855a8cc
Compare
855a8cc to
3bafa1c
Compare
3bafa1c to
7177da8
Compare
b1b0324 to
ddbcc29
Compare
upgrading pytest and pytest-django seemed to make many of our tests trigger HC exceptions. trying this one separately
This reverts commit 329f36e.
329f36e to
e2386c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
upgrading pytest and pytest-django seemed to make many of our tests trigger HC exceptions. trying this one separately