Closed stveit closed 3 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β PYTHON | black | 100 | 0 | 1.81s | |
β PYTHON | isort | 100 | 0 | 0.34s | |
β PYTHON | ruff | 100 | 0 | 0.03s |
See detailed report in MegaLinter reports
ββββ3 filesββββββ3 suitesβββ1m 17s :stopwatch: ββ555 testsβββ555 :white_check_mark:β0 :zzz:β0 :x: 1β617 runsββ1β615 :white_check_mark:β2 :zzz:β0 :x:
Results for commit 1218d52c.
:recycle: This comment has been updated with latest results.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.20%. Comparing base (
41a87dc
) to head (1218d52
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Scope and purpose
Uses existing enum for different matching type instead of comparing against strings with exact same values as the enums. Does not change any functionality, just clears up the code
Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is. More information about contributing to Zino can be found in the README.