xpdAcq / xpdAn

Analysis Pipelines and Tools for XPD
http://xpdacq.github.io/xpdAn/
Other
2 stars 10 forks source link

WIP: add tests for servers #243

Closed CJ-Wright closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #243 into master will increase coverage by 2.76%. The diff coverage is 80.81%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #243      +/-   ##
=========================================
+ Coverage   77.74%   80.5%   +2.76%     
=========================================
  Files          45      48       +3     
  Lines        3073    3540     +467     
=========================================
+ Hits         2389    2850     +461     
- Misses        684     690       +6
Impacted Files Coverage Δ
xpdan/tests/vend/test_zmq.py 100% <ø> (+20%) :arrow_up:
xpdan/vend/callbacks/zmq.py 86.71% <ø> (+13.85%) :arrow_up:
xpdan/vend/callbacks/core.py 84.88% <100%> (+1.63%) :arrow_up:
xpdan/tests/startup/test_servers.py 100% <100%> (ø)
xpdan/tests/conftest.py 98.93% <100%> (+0.12%) :arrow_up:
xpdan/tests/startup/test_save_server.py 100% <100%> (ø) :arrow_up:
xpdan/pipelines/main.py 100% <100%> (+7.69%) :arrow_up:
xpdan/tests/test_callbacks.py 100% <100%> (ø) :arrow_up:
xpdan/vend/callbacks/best_effort.py 41.75% <100%> (ø)
xpdan/startup/save_server.py 35.13% <18.51%> (-53.11%) :arrow_down:
... and 21 more

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 3c38fef...ef3a1e5. Read the comment docs.

CJ-Wright commented 5 years ago

We're ever so slightly off the test target so I think we're ready to go.