Closed AngryMaciek closed 4 years ago
Since this is a Snakemake pipeline not a Python package the focus here is more on data processing and less on the classes/attributes/methods themselves. Therefore, at least - for now, we decided to test the output with md5
checksums rather than unit tests of code coverage.
Closing for now, if we ever decide code coverage is neccesary might reopen, @krish8484
Is your feature request related to a problem? Please describe. In principle, we should use a mechanism to measure code coverage during the testing. I am not sure it if will work for a snakemake pipeline but we should have it at least for the scripts.
Describe the solution you'd like I never used any external mechanisms to measure the code coverage - open to suggestions.