epics-containers / pvi

EPICS PV Interface described in YAML
https://epics-containers.github.io/pvi
Apache License 2.0
4 stars 3 forks source link

Pv macros #95

Closed gilesknap closed 8 months ago

gilesknap commented 8 months ago

Making a pull request as this is a useful branch that I'd like to merge as soon as practical.

Also see b02412ef656c58191f2713ec39bd458f29e9a086

codecov-commenter commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c5d3202) 89.02% compared to head (b02412e) 89.01%. Report is 8 commits behind head on main.

Files Patch % Lines
src/pvi/__main__.py 50.00% 1 Missing :warning:
src/pvi/_convert/_template_convert.py 83.33% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ========================================== - Coverage 89.02% 89.01% -0.01% ========================================== Files 23 23 Lines 1339 1347 +8 ========================================== + Hits 1192 1199 +7 - Misses 147 148 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

GDYendell commented 8 months ago

Part of this is already merged in #89

GDYendell commented 8 months ago

Superceded by #100 and #89