Page MenuHomePhabricator

Add code coverage for hyppopy
Closed, ResolvedPublic

Revisions and Commits

Related Objects

Event Timeline

floca renamed this task from Add codecov for hyppopy to Add code coverage for hyppopy.May 11 2019, 5:56 PM

Code coverage can be checked now.
And everything is setup up to use it with codecov.io

Prerequesit:

pip install coverage
pip install codecov

coverage check and push:

coverage run -m unittest
codecov -t a7e2cad4-14cd-4a5b-9bf6-1b173b6bf0e2

(the token ist the token for our hyppopy repo)

To perfect we now have to integrate hyppopy into CI to have a constant update on the coverage.