-
Notifications
You must be signed in to change notification settings - Fork 7
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 ContainerImage #66
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
==========================================
+ Coverage 97.61% 97.62% +0.01%
==========================================
Files 12 13 +1
Lines 1928 1983 +55
==========================================
+ Hits 1882 1936 +54
- Misses 46 47 +1
☔ View full report in Codecov by Sentry. |
@mr-c I had to pin cwl-utils to 0.29 since 0.30 makes most tests fail: https://github.com/ResearchObject/runcrate/actions/runs/6746561680/job/18340868647 |
I've tried to update the code by changing the occurrences of
|
@simleo yep, I ran into the same thing; I've filled an issue and assigned it to the author of the change common-workflow-language/schema_salad#766 |
Adds support for converting "cwlprov:image" entries to "ContainerImage".