-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix #77: Unify v1*_only
parameter into target_version
#79
Fix #77: Unify v1*_only
parameter into target_version
#79
Conversation
Codecov Report
@@ Coverage Diff @@
## main #79 +/- ##
===========================================
+ Coverage 50.43% 62.80% +12.36%
===========================================
Files 3 3
Lines 462 500 +38
===========================================
+ Hits 233 314 +81
+ Misses 229 186 -43
Continue to review full report at Codecov.
|
The |
Thank you for your advice. |
Thanks! I'm seeing some code coverage issues; 22% is rather low. You can run |
Added! Note that the current implementation of |
Thanks! |
It introduces
target_version
parameter to replacev1*_only
parameters.It also make
imports
parameter as a default parameter to maketarget_version
optional.Note:
cwlVersion
. Can we leave it as is or fix it to raise an exception, for example?