tjcsl / tin

Turn-In: A code autograder for CS classes
https://tin.tjhsst.edu
GNU General Public License v3.0
2 stars 6 forks source link

Ignore `if TYPE_CHECKING` in coverage report #64

Closed JasonGrace2282 closed 1 month ago

JasonGrace2282 commented 1 month ago

It was annoying me and by coincidence I found out about https://coverage.readthedocs.io/en/latest/config.html#sample-file so... I also added test files to coverage ignore - there's no need for it to check our tests! This is probably the reason that our coverage decreased (lol), but that's probably a good thing.