softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

RFE: integrate coverage #165

Closed yac closed 5 years ago

yac commented 5 years ago

Integrate python-coverage test coverage reports into tox.ini.

Not sure how easy this is going to be for behave tests... unit tests should be easy.

yac commented 5 years ago

Done for unit tests using python-cov in d637f8.

I didn't figure out howto properly integrate with behave feature tests in the allocated time frame, so I leave that open for now. I'm closing this but feel free to open new issue requesting coverage integration for feature tests in particular if that seems worth the effort. Especially if you see this integration in the wild!