Closed sajith closed 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.
coverage run -m pytest
pytest --cov swagger_server --cov bapm_server
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
orpytest --cov swagger_server --cov bapm_server
so that test coverage is collected and reported to coveralls.io.