Skip to content

Conversation

@NiklasHargarter
Copy link
Contributor

What

formatted using ruff format
Merged implicitly concatenated strings into single lines/f-strings for better readability.
Normalized whitespace (removed unnecessary blank lines after class definitions and within methods).

Manual Fixes: In test_helper.py trailing commas were automatically formatted into explicit single-item tuples which is wrong. so removed the commas. And grammar.py some r strings were not combined properly by ruff.

Now black is happy, ruff is happy. And all tests pass.

Why

References

Jira VTOPS-339

Checklist

  • Tests

@NiklasHargarter NiklasHargarter requested a review from a team as a code owner January 8, 2026 11:11
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 17f63ff.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.64%. Comparing base (b6e2189) to head (17f63ff).

Files with missing lines Patch % Lines
...dix/standalone_plugins/changed_packages/package.py 0.00% 2 Missing ⚠️
troubadix/reporter.py 0.00% 1 Missing ⚠️
troubadix/standalone_plugins/no_solution.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #911   +/-   ##
=======================================
  Coverage   82.64%   82.64%           
=======================================
  Files         102      102           
  Lines        3579     3579           
  Branches      671      671           
=======================================
  Hits         2958     2958           
  Misses        468      468           
  Partials      153      153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@n-thumann n-thumann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a follow-up of #906.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants