Skip to content

Added test coverage for pytest

Simon Gravelle requested to merge (removed):pytest_coverage into develop

I added test coverage so we can see which lines of the code is not covered by the test. I now Alex proposed something like that today. Report looks like that:

Name Stmts Miss Cover Missing


/root/.maicos/analysis_example.py 22 3 86% 39-40, 72

/root/.maicos/maicos_costum_modules.py 2 0 100%

modules/datafiles.py 9 0 100%

(...)

Edited by Simon Gravelle

Merge request reports