Closed stveit closed 3 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β PYTHON | black | 5 | 0 | 0.65s | |
β PYTHON | isort | 5 | 0 | 0.21s | |
β PYTHON | ruff | 5 | 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: ββ550 testsβββ550 :white_check_mark:β0 :zzz:β0 :x: 1β626 runsββ1β624 :white_check_mark:β2 :zzz:β0 :x:
Results for commit a966ba4b.
: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 (
a9a85fb
) to head (a966ba4
). Report is 52 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I would like to have a news fragment for that, because this is a functionality change
Did another look on original code, and seems it uses both ifalias and ifdescr in different situations. I have changed things to reflect that
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
Fixes #297
Original zino seems to use ifalias and ifdescr for planned maintenance matching, while intitial PM implementation used only ifdescr. This PR changes it to use ifalias where applicable instead.
Original zino code confuses me so wouldn't be a bad idea for someone else to take a look and see if this PR actually makes the correct changes
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.