We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type
I used the nf-test coverage --csv coverage.csv in the latest 0.9.0 version and got below for one of my repos.
nf-test coverage --csv coverage.csv
0.9.0
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used the
nf-test coverage --csv coverage.csv
in the latest0.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
The text was updated successfully, but these errors were encountered: