-
Notifications
You must be signed in to change notification settings - Fork 191
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 version check in snapshot file #2888
Conversation
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.
please also write a test where it is failing.
@@ -114,6 +114,22 @@ def subworkflow_tests(_, subworkflow: NFCoreComponent): | |||
snap_file, | |||
) | |||
) | |||
if "versions" in str(snap_content[test_name]) or "versions" in str(snap_content.keys()): |
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 I wrote for subworkflows, doesn't seem to even get to this part of the code and I'm not sure why.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
… into check-presence-versions
PR checklist
Solves #2814
CHANGELOG.md
is updateddocs
is updated