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

Adopt pyright for type checking #123

Closed GDYendell closed 3 months ago

GDYendell commented 4 months ago

Fixes #18

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 96.44670% with 7 lines in your changes missing coverage. Please review.

Project coverage is 89.78%. Comparing base (4894e41) to head (aa541ed).

Files Patch % Lines
src/pvi/_format/template.py 0.00% 2 Missing :warning:
src/pvi/_convert/_asyn_convert.py 95.83% 1 Missing :warning:
src/pvi/_format/bob.py 94.73% 1 Missing :warning:
src/pvi/_format/dls.py 96.42% 1 Missing :warning:
src/pvi/_pv_group.py 0.00% 1 Missing :warning:
src/pvi/device.py 94.11% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ========================================== + Coverage 89.77% 89.78% +0.01% ========================================== Files 23 23 Lines 1408 1449 +41 ========================================== + Hits 1264 1301 +37 - Misses 144 148 +4 ```

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