-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Remove redundant code #214
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #214 +/- ##
==========================================
+ Coverage 80.50% 81.01% +0.51%
==========================================
Files 8 8
Lines 790 785 -5
Branches 201 199 -2
==========================================
Hits 636 636
+ Misses 117 113 -4
+ Partials 37 36 -1 ☔ View full report in Codecov by Sentry. |
Thanks! Can I try to make a new release? |
Sure! After the distribution is pushed to PyPI and the tag is pushed to GitHub, please make a new release at https://github.com/common-workflow-language/cwltest/releases/new. I use the "Generate release notes" button, and then I edit the result before publishing. |
Done! I found that [tag]
gpgsign = true Although it is harmless, it is better to unify the release process. |
What's the downside of an annotated tag versus a lightweight tag? |
It is similar to the annotated commits.
|
Okay. I have no opinion on the topic. So either way is fine by me. |
OK, I will send a request to use lightweight tags to follow the existing releases. |
As mentioned in #209, the removed code in this PR is never executed.