nf-test icon indicating copy to clipboard operation
nf-test copied to clipboard

nf-test coverage feature `type` unknown

Open sateeshperi opened this issue 5 months ago • 0 comments

I used the nf-test coverage --csv coverage.csv in the latest 0.9.0 version and got below for one of my repos.

Question is - what is the 3rd column type supposed to be ? process/workflow/function/pipeline ? then, its not displayed correctly

"filename","covered","type"
"/workspace/methylseq/subworkflows/local/prepare_genome/main.nf","true","unknown"
"/workspace/methylseq/subworkflows/local/utils_nfcore_methylseq_pipeline/main.nf","false","unknown"
"/workspace/methylseq/subworkflows/nf-core/utils_nextflow_pipeline/main.nf","true","unknown"
"/workspace/methylseq/subworkflows/nf-core/utils_nfcore_pipeline/main.nf","true","unknown"
"/workspace/methylseq/subworkflows/nf-core/utils_nfvalidation_plugin/main.nf","true","unknown"
"/workspace/methylseq/workflows/methylseq/main.nf","false","unknown"

sateeshperi avatar Sep 09 '24 15:09 sateeshperi