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
which is not too bad. Nonetheless, we also should improve some tests which test only the execution but not the quality of the output eg, test_Elements.
The other missing part is to test the exceptions.
I use Coverage.py:
coverage run --data-file=cov-amc2moodle -m amc2moodle.amc2moodle.test
coverage run --data-file=cov-moodle2amc -m amc2moodle.moodle2amc.test
coverage combine cov-amc2moodle cov-moodle2amc
coverage report
I suggest to do that when we will update the packaging system.
Consider adding test coverage score on README.md using badge. See
genbadge
, Github Actions (1, 2)The text was updated successfully, but these errors were encountered: