-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
test: Remove test for warnings when subclassing route handler decorators #3529
Conversation
1bb68b6
to
3bdaf8f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3.0 #3529 +/- ##
==========================================
- Coverage 98.25% 97.99% -0.27%
==========================================
Files 322 326 +4
Lines 14672 14555 -117
Branches 2332 2301 -31
==========================================
- Hits 14416 14263 -153
- Misses 117 154 +37
+ Partials 139 138 -1 ☔ View full report in Codecov by Sentry. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
…ors (#3529) Remove deprecated test
Remove the tests for deprecation warnings when subclassing route handler decorators introduced in #3439.