Skip to content
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

Forces inventory build tests on CI and fixes a bug with CDA inventory #52

Merged
merged 1 commit into from
Oct 2, 2022

Conversation

jeandet
Copy link
Member

@jeandet jeandet commented Oct 2, 2022

It seems that some instruments nodes names are empty so just skip them and just directly add datasets nodes into parent node.

It might not be enough to cover all cases, a more systematic analysis might be required to spot all "broken nodes".

It seems that some instruments nodes names are empty so just skip them
and just directly add datasets nodes into parent node.

Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
@jeandet jeandet added bug Something isn't working enhancement New feature or request CI labels Oct 2, 2022
@jeandet jeandet modified the milestones: v1.0.0, v1.0.1 Oct 2, 2022
@codecov
Copy link

codecov bot commented Oct 2, 2022

Codecov Report

Base: 78.65% // Head: 84.67% // Increases project coverage by +6.01% 🎉

Coverage data is based on head (cec72c8) compared to base (fb9fbc2).
Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   78.65%   84.67%   +6.01%     
==========================================
  Files          44       44              
  Lines        2516     2518       +2     
  Branches      373      374       +1     
==========================================
+ Hits         1979     2132     +153     
+ Misses        423      261     -162     
- Partials      114      125      +11     
Flag Coverage Δ
unittests 84.67% <66.66%> (+6.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
speasy/core/__init__.py 87.30% <0.00%> (-3.03%) ⬇️
...ces/cda/_inventory_builder/_xml_catalogs_parser.py 83.01% <100.00%> (+83.01%) ⬆️
speasy/webservices/amda/rest_client.py 78.21% <0.00%> (-2.98%) ⬇️
speasy/webservices/amda/inventory.py 78.30% <0.00%> (-1.89%) ⬇️
speasy/webservices/amda/ws.py 85.61% <0.00%> (+0.68%) ⬆️
speasy/webservices/amda/_impl.py 75.70% <0.00%> (+0.93%) ⬆️
speasy/core/dataprovider.py 88.57% <0.00%> (+1.42%) ⬆️
speasy/webservices/cda/__init__.py 82.14% <0.00%> (+3.57%) ⬆️
speasy/core/inventory/indexes.py 86.45% <0.00%> (+8.33%) ⬆️
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jeandet jeandet marked this pull request as ready for review October 2, 2022 15:22
@jeandet jeandet merged commit a01a8ea into SciQLop:main Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant