Add CI coverage for vmupdate formatting and pylint checks.#215
Merged
Conversation
nihalxkumar
force-pushed
the
enable-ci-checks
branch
from
June 9, 2026 18:04
aed978a to
aa2ca20
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
=======================================
Coverage 71.72% 71.72%
=======================================
Files 12 12
Lines 1337 1337
=======================================
Hits 959 959
Misses 378 378 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
marmarek
reviewed
Jun 9, 2026
nihalxkumar
force-pushed
the
enable-ci-checks
branch
from
June 10, 2026 06:48
aa2ca20 to
3176257
Compare
marmarek
approved these changes
Jun 10, 2026
marmarek
left a comment
Member
There was a problem hiding this comment.
for now lets include it as is; but eventually I'd like to reduce number of disabled pylint checks
Contributor
Author
|
feel free to ping me anytime on matrix. :) |
Contributor
|
When not intending to close an issue or pull request. Use "For:" instead of "Fixes:". |
Contributor
Author
|
Noted, thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This extends the existing GitLab test job so vmupdate changes are checked with black and pylint after the unit tests run.
The patch also formats the current vmupdate files so the new black check starts from a clean baseline, and adds a focused pylint configuration for the checks that are actionable in this tree.
Mypy is intentionally not enabled in this PR because current upstream still has existing typing errors that need a separate cleanup before it can be a blocking CI check.
fixes: #213 (comment)