-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
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
Add nf-test to pipeline template #2007
Conversation
d6c1e04
to
36d2a42
Compare
Codecov Report
@@ Coverage Diff @@
## dev #2007 +/- ##
==========================================
+ Coverage 71.99% 72.09% +0.09%
==========================================
Files 78 78
Lines 8385 8385
==========================================
+ Hits 6037 6045 +8
+ Misses 2348 2340 -8 see 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor thoughts (not fully reviewed)
@@ -26,6 +26,7 @@ jobs: | |||
NXF_VER: | |||
- "21.10.3" | |||
- "latest-everything" | |||
profile: ["docker"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this also include test
as we require this as the bare minimum? And shouldn't docker
be in the command itself by default and the matrix only contains the actual test profiles?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test
profile is baked into nf-test now! In the matrix, it'll also include singularity and conda
Punting until the dust settles after the October Hackathon. Might be good for Boston? |
Superseded by #2490 |
PR checklist
CHANGELOG.md
is updateddocs
is updatedWe should probably update the docs somewhere 🤔