TheLabbingProject / pylabber

A base project for research management.
https://pylabber.readthedocs.io/en/latest/
Apache License 2.0
6 stars 8 forks source link

Fix #142

Closed ZviBaratz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #142 (6947b33) into master (232b587) will increase coverage by 0.31%. The diff coverage is 86.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   72.10%   72.42%   +0.31%     
==========================================
  Files          98      102       +4     
  Lines        1581     1621      +40     
  Branches       63       64       +1     
==========================================
+ Hits         1140     1174      +34     
- Misses        432      438       +6     
  Partials        9        9              
Impacted Files Coverage Δ
research/serializers/event.py 85.18% <ø> (ø)
research/views/data_acquisition.py 61.90% <61.90%> (ø)
pylabber/settings.py 85.18% <100.00%> (+0.18%) :arrow_up:
research/filters/data_acquisition_filter.py 100.00% <100.00%> (ø)
research/filters/event_filter.py 100.00% <100.00%> (ø)
research/serializers/__init__.py 100.00% <100.00%> (ø)
research/serializers/content_type.py 100.00% <100.00%> (ø)
research/serializers/measurement_definition.py 100.00% <100.00%> (+16.66%) :arrow_up:
research/urls.py 100.00% <100.00%> (ø)
research/views/__init__.py 100.00% <100.00%> (ø)
... and 8 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 232b587...6947b33. Read the comment docs.