Open
Description
I run nf-test coverage
in the nf-code modules repo, and it fails to detect tests when single quotes are used in the test for name
, script
, process
.
For example, in modules/nf-core/cellbender/merge/tests/main.nf.test
:
# no test found:
- name 'Test Process CELLBENDER_MERGE'
- script '../main.nf'
- process 'CELLBENDER_MERGE'
# test found:
+ name "Test Process CELLBENDER_MERGE"
+ script "../main.nf"
+ process "CELLBENDER_MERGE"
Metadata
Metadata
Assignees
Labels
No labels