| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…tems calls capture_items already filters by type at capture time, so the subsequent `if item.type == "xxx"` in list comprehensions was redundant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Results 📊✅ 95315 passed | ⏭️ 6340 skipped | Total: 101655 | Pass Rate: 93.76% | Execution Time: 336m 8s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2508 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.65% 89.69% +0.04%
==========================================
Files 193 193 —
Lines 24324 24324 —
Branches 8572 8572 —
==========================================
+ Hits 21807 21816 +9
- Misses 2517 2508 -9
- Partials 1395 1393 -2Generated by Codecov Action |
Sorry, something went wrong.
…args (getsentry#6867) `capture_items` already filters by type if provided as arg(s), so the subsequent `if item.type == "xxx"` in list comprehensions was redundant. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
capture_items already filters by type if provided as arg(s), so the subsequent if item.type == "xxx" in list comprehensions was redundant.