microsoft / pybryt

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

Add timeout to notebook execution #98

Closed chrispyles closed 3 years ago

chrispyles commented 3 years ago

Closes #97

codecov-commenter commented 3 years ago

Codecov Report

Merging #98 (f387f1e) into main (de78a8d) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   95.11%   95.11%           
=======================================
  Files          26       26           
  Lines        1515     1516    +1     
=======================================
+ Hits         1441     1442    +1     
  Misses         74       74           
Impacted Files Coverage Δ
pybryt/cli.py 100.00% <100.00%> (ø)
pybryt/execution/__init__.py 100.00% <100.00%> (ø)
pybryt/student.py 96.75% <100.00%> (ø)

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 de78a8d...f387f1e. Read the comment docs.