Autoformat code with ruff #909
Merged
Codecov / codecov/project
succeeded
Nov 18, 2024 in 0s
96.08% (+0.11%) compared to 84305dd
View this Pull Request on Codecov
96.08% (+0.11%) compared to 84305dd
Details
Codecov Report
Attention: Patch coverage is 93.04348%
with 32 lines
in your changes missing coverage. Please review.
Project coverage is 96.08%. Comparing base (
84305dd
) to head (b8b0fe7
).
Report is 1 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
mongomock/collection.py | 88.53% | 18 Missing |
mongomock/aggregate.py | 92.42% | 5 Missing |
mongomock/gridfs.py | 75.00% | 3 Missing |
tests/multicollection.py | 72.72% | 3 Missing |
tests/test__bulk_operations.py | 90.00% | 1 Missing |
tests/test__database_api.py | 90.00% | 1 Missing |
tests/test__gridfs.py | 96.42% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #909 +/- ##
===========================================
+ Coverage 95.97% 96.08% +0.11%
===========================================
Files 35 35
Lines 10060 10065 +5
===========================================
+ Hits 9655 9671 +16
+ Misses 405 394 -11
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚨 Try these New Features:
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading