DiamondLightSource / aioca

Asynchronous Channel Access client for asyncio and Python using libca via ctypes
Apache License 2.0
6 stars 3 forks source link

Defer context creation until first use #18

Closed thomascobb closed 3 years ago

thomascobb commented 3 years ago

Fixes #17

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (209c963) into master (21ade88) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          395       408   +13     
=========================================
+ Hits           395       408   +13     
Impacted Files Coverage Δ
aioca/_catools.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 21ade88...209c963. Read the comment docs.