You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
As in the title, we want to measure code coverage. Possibly display the statistics about tests passed + coverage on github too (I know there are tools to do that).
The text was updated successfully, but these errors were encountered:
Requires a plugin called pytest-cov which shows the statistics about tests passed. A coverage config file can also help get more control over how it works. However I could not find anything about it linking to github and it doesn't seem to have support for python 3.8 at the minute.
Have added how to generate coverage report to README in tests. Still working on integration with GitHub. The pytest-cov I mentioned previously provides some more functionality but I don't think it will be useful for us.
As in the title, we want to measure code coverage. Possibly display the statistics about tests passed + coverage on github too (I know there are tools to do that).
The text was updated successfully, but these errors were encountered: