-
Notifications
You must be signed in to change notification settings - Fork 413
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
chore(ci): bs4 & sanic framework test #9371
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 118874 Passed, 58366 Skipped, 3h 53m 20.51s Total duration (6h 34m 15.65s time saved) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9371 +/- ##
===========================================
- Coverage 75.91% 10.25% -65.66%
===========================================
Files 1296 1266 -30
Lines 123084 121238 -1846
===========================================
- Hits 93442 12439 -81003
- Misses 29642 108799 +79157 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-05-24 14:16:20 Comparing candidate commit 07ea80e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 209 metrics, 9 unstable metrics. |
Add BeautifulSoup and Sanic to the framework tests.
Add a small fix in
ddtrace/internal/compat.py
to avoid raising an error if we receive a mock instead of a string. There is the error: https://github.com/DataDog/dd-trace-py/actions/runs/9223552867/job/25377041389#step:7:257Checklist
changelog/no-changelog
is set@DataDog/apm-tees
.@DataDog/security-design-and-guidance
.Reviewer Checklist