added patch command for subworkflows
Related to issue: https://github.com/nf-core/tools/issues/1891
Is there a straightforward way to test this?
This PR is against the master branch :x:
- Do not close this PR
- Click Edit and change the
basetodev - This CI test will remain failed until you push a new commit
Hi @ctuni,
It looks like this pull-request is has been made against the ctuni/tools master branch.
The master branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to master are only allowed if they come from the ctuni/tools dev branch.
You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit.
Thanks again for your contribution!
Codecov Report
Attention: Patch coverage is 77.67857% with 25 lines in your changes missing coverage. Please review.
Project coverage is 75.62%. Comparing base (
207129d) to head (8b2bec4). Report is 31 commits behind head on dev.
Additional details and impacted files
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
- Flaky Tests Detection - Detect and resolve failed and flaky tests
for testing you can do similar things to https://github.com/nf-core/tools/blob/master/tests/modules/patch.py
Hello! @ctuni are you planning to work on this PR, otherwise I would like to take over and finish it up :)
Hello! Thank you for reviving this, please go ahead and let me know if I can help with anything!
@ctuni this might help your future development work 😉
pip install pre-commit
pre-commit install
It'll run ruff and other tests as part of git commit and fix formatting errors before you push..