open-reaction-database / ord-schema

Schema for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
92 stars 26 forks source link

Add add_dataset.py and better logging #647

Closed skearnes closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #647 (d5cb41f) into main (02597dd) will decrease coverage by 0.11%. The diff coverage is 86.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #647      +/-   ##
==========================================
- Coverage   74.02%   73.91%   -0.12%     
==========================================
  Files          20       23       +3     
  Lines        2591     2687      +96     
  Branches      666      678      +12     
==========================================
+ Hits         1918     1986      +68     
- Misses        567      593      +26     
- Partials      106      108       +2     
Impacted Files Coverage Δ
ord_schema/orm/add_dataset.py 0.00% <0.00%> (ø)
ord_schema/scripts/parse_uspto.py 0.00% <0.00%> (ø)
ord_schema/orm/structure.py 91.25% <83.33%> (-2.09%) :arrow_down:
ord_schema/orm/conftest.py 95.23% <95.23%> (ø)
ord_schema/logging.py 100.00% <100.00%> (ø)
ord_schema/orm/database.py 89.36% <100.00%> (+2.18%) :arrow_up:
ord_schema/orm/mappers.py 99.17% <100.00%> (-0.01%) :arrow_down:
ord_schema/resolvers.py 71.11% <100.00%> (ø)
ord_schema/scripts/build_dataset.py 90.47% <100.00%> (ø)
ord_schema/scripts/enumerate_dataset.py 87.50% <100.00%> (ø)
... and 3 more
skearnes commented 1 year ago

(merged into #646)