8000 `nf-test coverage` fails to find test with single quotes · Issue #305 · askimed/nf-test · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
nf-test coverage fails to find test with single quotes #305
Open
@MarieLataretu

Description

@MarieLataretu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0