-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature: enhance zipped submissions support #144
Feature: enhance zipped submissions support #144
Conversation
Is it worth adding a unit test for zipped file submission? |
Yeah indeed, I will do it. (you don't have a lot of gzipped resources in Bioportal, but some zip (22)) Anyway, in my following PRs, I will do specific tests for each of them (now that I master more our system of tests) |
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
==========================================
- Coverage 80.72% 80.63% -0.09%
==========================================
Files 63 63
Lines 4851 4876 +25
==========================================
+ Hits 3916 3932 +16
- Misses 935 944 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I love this system of Code coverage Report, great work @alexskr (any plans for other GitHub actions on your side?) |
yes, the plan is to enable code coverage reports on most projects |
I have not had the chance to investigate the issue, but one of our colleagues from RADx tried submitting an ontology in GZIP (.GZ) format, and the parsing failed. When he re-submitted it as a ZIP file, the parsing succeeded. At this point, I don't have the bandwidth to investigate further; just wanted to record a note of this behavior. |
gzipped ontology submission gets processes correctly when run with ncbo_process_ontology script in ncbo_cron project but fails when it is run as a ncbo_cron job. I think ncbo/ncbo_cron#55 is supposed to fix this. |
Changes