DiamondLightSource / tickit

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

Improve HTTP and ZeroMQ adapters #137

Closed callumforrester closed 1 year ago

callumforrester commented 1 year ago

Closes #111 and #15

Changes:

codecov[bot] commented 1 year ago

Codecov Report

Merging #137 (3c291ff) into master (6483aac) will increase coverage by 1.29%. The diff coverage is 94.87%.

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
+ Coverage   92.48%   93.78%   +1.29%     
==========================================
  Files          45       45              
  Lines        1225     1271      +46     
==========================================
+ Hits         1133     1192      +59     
+ Misses         92       79      -13     
Impacted Files Coverage Δ
src/tickit/adapters/zeromq/push_adapter.py 91.04% <91.04%> (ø)
src/tickit/adapters/httpadapter.py 100.00% <100.00%> (+48.57%) :arrow_up:
...t/adapters/interpreters/endpoints/http_endpoint.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

callumforrester commented 1 year ago

@abbiemery have added some entries in the examples directory.