Closed stveit closed 3 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β PYTHON | black | 1 | 0 | 0.48s | |
β PYTHON | isort | 1 | 0 | 0.26s | |
β PYTHON | ruff | 1 | 0 | 0.01s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
ββββ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 2b9a4a2c.
: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 (88079d0
). 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
This PR fixes an error in a fixture where match_expression for the fixture is set to port descr, but should be device name instead. It doesnt really matter much since the code that actually does matching is mocked in this instance, but why not just fix it
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.