Skip to content

Conversation

@forman
Copy link
Member

@forman forman commented Jan 13, 2025

  • Supporting virtual plugins: plugins provided by Python
    dictionaries with rules defined by the RuleOp classes.
  • Added more configuration examples in the examples folder.
  • Introduced utilities ValueConstructible and
    derived MappingConstructible which greatly simplify
    flexible instantiation of configuration objects and their
    children from Python and JSON/YAML values.

Checklist (strike out non-applicable):

  • Changes documented in CHANGES.md
  • Related issue exists and is referred to in the PR description and CHANGES.md
  • Added docstrings and API docs for any new/modified user-facing classes and functions
  • Changes/features documented in docs/*
  • Unit-tests adapted/added for changes/features
  • Test coverage remains or increases (target 100%)

@codecov
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

Attention: Patch coverage is 91.29412% with 37 lines in your changes missing coverage. Please review.

Project coverage is 95.92%. Comparing base (64e58e1) to head (92d816a).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
xrlint/processor.py 72.97% 9 Missing and 1 partial ⚠️
xrlint/util/importutil.py 62.96% 4 Missing and 6 partials ⚠️
xrlint/util/codec.py 96.53% 3 Missing and 4 partials ⚠️
xrlint/rule.py 90.47% 4 Missing and 2 partials ⚠️
xrlint/config.py 95.83% 1 Missing and 1 partial ⚠️
xrlint/plugin.py 90.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   96.13%   95.92%   -0.22%     
==========================================
  Files          51       52       +1     
  Lines        1813     2060     +247     
  Branches      240      269      +29     
==========================================
+ Hits         1743     1976     +233     
- Misses         35       47      +12     
- Partials       35       37       +2     

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

@forman forman marked this pull request as ready for review January 13, 2025 16:07
@forman forman merged commit b1596ff into main Jan 13, 2025
4 of 6 checks passed
@forman forman deleted the forman-virtual_plugins branch January 13, 2025 16:07
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.

2 participants