Open duckinator opened 3 years ago
I tried getting test coverage by installing coverage + pytest-cov and doing pytest --cov=emanate. That returns 0% for some reason, which I'm fairly certain is wrong.
pytest --cov=emanate
0%
So, just leaving this issue here to come back to later.
Once this works, integrating with codecov.io would be awesome.
I tried getting test coverage by installing coverage + pytest-cov and doing
pytest --cov=emanate
. That returns0%
for some reason, which I'm fairly certain is wrong.So, just leaving this issue here to come back to later.