DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Make database file optional for EpicsAdapter #134

Closed joeshannon closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #134 (6dc6cd4) into master (6483aac) will increase coverage by 0.74%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   92.48%   93.23%   +0.74%     
==========================================
  Files          45       45              
  Lines        1225     1226       +1     
==========================================
+ Hits         1133     1143      +10     
+ Misses         92       83       -9     
Impacted Files Coverage Δ
src/tickit/adapters/epicsadapter/adapter.py 100.00% <100.00%> (+12.24%) :arrow_up:

... and 1 file with indirect coverage changes

joeshannon commented 1 year ago

Yeah that sounds like a good idea. Will take a look at that tomorrow.