| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #1687 +/- ##
=======================================
Coverage 99.76% 99.76%
=======================================
Files 33 33
Lines 3407 3407
Branches 463 463
=======================================
Hits 3399 3399
Misses 5 5
Partials 3 3 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Drops the per-test ignores for SIM108 (use ternary), SIM102 (combine nested if), and SIM202 (use == instead of not !=); fixes the six existing violations they surfaced. The two SIM202 sites in test_dns.py are testing __ne__ directly, so they're rewritten as (x != x) is False to preserve intent without tripping the rule.