Closed maxulysse closed 1 month ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 1d35e2a
+| ✅ 174 tests passed |+
#| ❔ 9 tests were ignored |#
!| ❗ 7 tests had warnings |!
ok, so changing tests/default.nf.test.snap
and tests/lib/UTILS.groovy
did not trigger any pipeline level tests.
You've not actually added any of my bits ;-)
As @pinin4fjords said relative path in snapshots would be a nice addition, especially for the file that only have stable names
I do love that this comes from the external plugin now. But why no relative paths, so we could distinguish files with the same name in different subdirs?
I do love that this comes from the external plugin now. But why no relative paths, so we could distinguish files with the same name in different subdirs?
I just quickly reworked the regexes into globs as it was faster, and a nice POC, I'll update with proper paths now
I do love that this comes from the external plugin now. But why no relative paths, so we could distinguish files with the same name in different subdirs?
I just quickly reworked the regexes into globs as it was faster, and a nice POC, I'll update with proper paths now
Or did you meant relative paths in the snapshots?
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).