atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
2 stars 3 forks source link

No test coverage is collected #116

Closed sajith closed 1 year ago

sajith commented 1 year ago

Turns out that we're not sending any actual test coverage data to coveralls.io, as indicated by https://coveralls.io/jobs/111475364, for example.

Either run coverage run -m pytest or pytest --cov swagger_server --cov bapm_server so that test coverage is collected and reported to coveralls.io.