edina / nbexchange

External exchange for nbgrader
Other
6 stars 2 forks source link

84 - Collections handler should only loop through "submitted" actions #85

Closed BertR closed 3 years ago

BertR commented 3 years ago

Fixes #84

codecov[bot] commented 3 years ago

Codecov Report

Merging #85 (ac0fa12) into master (0fcc150) will increase coverage by 1.05%. The diff coverage is 93.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   78.49%   79.55%   +1.05%     
==========================================
  Files          44       44              
  Lines        2116     2211      +95     
==========================================
+ Hits         1661     1759      +98     
+ Misses        455      452       -3     
Impacted Files Coverage Δ
nbexchange/handlers/auth/user_handler.py 100.00% <ø> (ø)
nbexchange/plugin/fetch.py 50.00% <ø> (ø)
nbexchange/plugin/noteable_auth.py 0.00% <0.00%> (ø)
nbexchange/plugin/release.py 50.00% <ø> (ø)
nbexchange/handlers/feedback.py 86.17% <80.00%> (-0.90%) :arrow_down:
nbexchange/models/assignments.py 94.33% <87.50%> (+0.46%) :arrow_up:
nbexchange/models/feedback.py 91.83% <88.57%> (-2.61%) :arrow_down:
nbexchange/models/notebooks.py 92.10% <92.85%> (+1.19%) :arrow_up:
nbexchange/models/actions.py 95.74% <95.45%> (-0.41%) :arrow_down:
nbexchange/alembic/env.py 77.27% <100.00%> (ø)
... and 32 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 0fcc150...ac0fa12. Read the comment docs.