commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Added pytest coverage report. Part of #31. #57

Closed julianharty closed 5 months ago

julianharty commented 5 months ago

Added the pytest coverage module and used it to generate our first coverage report.

For general info on this module:

To get the coverage report working

And to generate the badge using genbadge

The coverage.xml report is created in reports/coverage/ but excluded in .gitignore

We can run the tests and/or coverage by hand for now; let's integrate it so it's run automatically in the near future.