ExposuresProvider / icees-api

MIT License
2 stars 8 forks source link

Fix accessing concepts via secondary category #188

Closed patrickkwang closed 1 year ago

patrickkwang commented 2 years ago

Fixes #181.

codecov[bot] commented 2 years ago

Codecov Report

Merging #188 (e1e1f2e) into master (9905697) will decrease coverage by 0.55%. The diff coverage is n/a.

:exclamation: Current head e1e1f2e differs from pull request most recent head 6401681. Consider uploading reports for the commit 6401681 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   81.95%   81.39%   -0.56%     
==========================================
  Files          15       15              
  Lines        1236     1172      -64     
==========================================
- Hits         1013      954      -59     
+ Misses        223      218       -5     
Impacted Files Coverage Δ
icees_api/features/knowledgegraph.py 85.94% <ø> (-0.23%) :arrow_down:
icees_api/handlers.py 77.56% <0.00%> (-2.75%) :arrow_down:
icees_api/trapi.py 90.00% <0.00%> (-0.63%) :arrow_down:
icees_api/app.py 92.77% <0.00%> (-0.09%) :arrow_down:
icees_api/features/mappings.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 56010cb...6401681. Read the comment docs.

hyi commented 1 year ago

This PR does not apply any more due to removal of knowledgegraph.py as part of moving to ICEES KG cleanup, so closing the PR.