microsoft / pybryt

Python library for pedagogical auto-assessment
https://microsoft.github.io/pybryt
MIT License
63 stars 19 forks source link

Move named annotation filtering into reference constructor #150

Closed chrispyles closed 2 years ago

chrispyles commented 2 years ago

Closes #147

codecov-commenter commented 2 years ago

Codecov Report

Merging #150 (e0a0cd2) into main (45a89cc) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #150   +/-   ##
=======================================
  Coverage   95.55%   95.56%           
=======================================
  Files          33       33           
  Lines        1824     1825    +1     
=======================================
+ Hits         1743     1744    +1     
  Misses         81       81           
Impacted Files Coverage Δ
pybryt/annotations/annotation.py 99.18% <100.00%> (-0.05%) :arrow_down:
pybryt/reference.py 97.91% <100.00%> (+0.13%) :arrow_up:

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 45a89cc...e0a0cd2. Read the comment docs.