microsoft / pybryt

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

Fix annotation message filtering bug #148

Closed chrispyles closed 2 years ago

chrispyles commented 2 years ago

Closes #145

codecov-commenter commented 2 years ago

Codecov Report

Merging #148 (0916b17) into main (1957ce0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #148   +/-   ##
=======================================
  Coverage   95.55%   95.55%           
=======================================
  Files          33       33           
  Lines        1821     1822    +1     
=======================================
+ Hits         1740     1741    +1     
  Misses         81       81           
Impacted Files Coverage Δ
pybryt/annotations/annotation.py 99.23% <100.00%> (+0.01%) :arrow_up:
pybryt/reference.py 97.77% <100.00%> (-0.04%) :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 1957ce0...0916b17. Read the comment docs.