DD-DeCaF / memote-webservice

The backend for the MEMOTE web service.
https://memote.io
Apache License 2.0
0 stars 0 forks source link

Fix: prevent parallel processing in memote tests #9

Closed Midnighter closed 5 years ago

Midnighter commented 5 years ago

Celery cannot spawn additional processes from the daemon worker.

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will decrease coverage by 0.45%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   70.73%   70.28%   -0.46%     
==========================================
  Files          11       11              
  Lines         246      249       +3     
==========================================
+ Hits          174      175       +1     
- Misses         72       74       +2
Impacted Files Coverage Δ
src/memote_webservice/resources/submit.py 64.1% <0%> (ø) :arrow_up:
src/memote_webservice/tasks.py 50% <33.33%> (-7.15%) :arrow_down:

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 9604f24...5c6ca91. Read the comment docs.