-
Notifications
You must be signed in to change notification settings - Fork 190
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
improve update.py
#1536
improve update.py
#1536
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1536 +/- ##
==========================================
+ Coverage 67.88% 68.24% +0.35%
==========================================
Files 56 56
Lines 6677 6694 +17
==========================================
+ Hits 4533 4568 +35
+ Misses 2144 2126 -18
Continue to review full report at Codecov.
|
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.
Just had a quick read through on my phone and all looks good so far 👌🏻 Thanks!
I've converted the PR to a draft. When you're ready for it to be reviewed + merged, drop the label and remove the draft status 👍🏻
The main issue with doing it that way is that we need to report the errors in different ways. But I'm still working on it, so I'll have a look on how we can reduce the code bloat. |
It is convenient when reporting skipped and overridden directories in |
I think this PR is mature enough now to be merged. |
Co-authored-by: Fabian Egli <fabianegli@users.noreply.github.com>
The docs are out of date: https://nf-co.re/tools/#update-modules-in-a-pipeline |
…ols into fabianegli-update-refactor
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.
Looks good to me, thanks!
Great, thanks for the review! Are you happy merging @fabianegli? |
Yes, I think it is fine now. Thank you @mirpedrol for the review and @ErikDanielsson for the refactoring. |
Main edits by @ErikDanielsson
This is a work in progress, do not merge.
Refactoring, bugfixes and other improvements.
PR checklist
CHANGELOG.md
is updateddocs
is updated