rileyshahar / aga

aga grades assignments
MIT License
8 stars 2 forks source link

Fix coverage #47

Open rileyshahar opened 2 years ago

rileyshahar commented 2 years ago

We should fix the coverage data we collect to take into account the configuration in pyproject.toml. It looks like the problem has to do with nox, becuse this information is taken into account when running pytest --cov by hand.