Skip to content

Fix import namespace

a238937
Select commit
Loading
Failed to load commit list.
Merged

Refactor developer API with transports and app launcher #67

Fix import namespace
a238937
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 29, 2024 in 0s

87.52% (+0.77%) compared to cec9fda

View this Pull Request on Codecov

87.52% (+0.77%) compared to cec9fda

Details

Codecov Report

Attention: Patch coverage is 92.46575% with 22 lines in your changes missing coverage. Please review.

Project coverage is 87.52%. Comparing base (cec9fda) to head (a238937).

Files with missing lines Patch % Lines
src/fastcs/launch.py 93.90% 5 Missing ⚠️
src/fastcs/transport/adapter.py 72.72% 3 Missing ⚠️
src/fastcs/transport/epics/docs.py 62.50% 3 Missing ⚠️
src/fastcs/transport/rest/adapter.py 78.57% 3 Missing ⚠️
src/fastcs/transport/tango/adapter.py 78.57% 3 Missing ⚠️
src/fastcs/transport/epics/adapter.py 90.00% 2 Missing ⚠️
src/fastcs/controller.py 97.05% 1 Missing ⚠️
src/fastcs/transport/epics/gui.py 80.00% 1 Missing ⚠️
src/fastcs/transport/rest/rest.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   86.74%   87.52%   +0.77%     
==========================================
  Files          25       28       +3     
  Lines        1056     1162     +106     
==========================================
+ Hits          916     1017     +101     
- Misses        140      145       +5     

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