Skip to content
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

Migrate component create to nf test #2490

Merged
merged 119 commits into from
Nov 21, 2023

Merge branch 'migrate-component-create-to-nf_test' of github.com:mash…

b4ff558
Select commit
Loading
Failed to load commit list.
Merged

Migrate component create to nf test #2490

Merge branch 'migrate-component-create-to-nf_test' of github.com:mash…
b4ff558
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 0s

74.58% (+4.08%) compared to ed68cfe

View this Pull Request on Codecov

74.58% (+4.08%) compared to ed68cfe

Details

Codecov Report

Attention: 82 lines in your changes are missing coverage. Please review.

Comparison is base (ed68cfe) 70.50% compared to head (b4ff558) 74.58%.
Report is 7 commits behind head on dev.

Files Patch % Lines
nf_core/modules/bump_versions.py 64.00% 18 Missing ⚠️
nf_core/components/components_test.py 85.00% 15 Missing ⚠️
nf_core/modules/lint/module_tests.py 71.42% 14 Missing ⚠️
nf_core/__main__.py 58.33% 10 Missing ⚠️
nf_core/subworkflows/lint/subworkflow_tests.py 81.63% 9 Missing ⚠️
nf_core/list.py 52.94% 8 Missing ⚠️
nf_core/components/create.py 84.21% 3 Missing ⚠️
nf_core/modules/lint/meta_yml.py 75.00% 2 Missing ⚠️
nf_core/utils.py 92.00% 2 Missing ⚠️
nf_core/modules/lint/environment_yml.py 97.91% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2490      +/-   ##
==========================================
+ Coverage   70.50%   74.58%   +4.08%     
==========================================
  Files          88       85       -3     
  Lines        9519     9147     -372     
==========================================
+ Hits         6711     6822     +111     
+ Misses       2808     2325     -483     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.