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

Programmatic ORM mapper definitions #656

Closed skearnes closed 1 year ago

skearnes commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #656 (6f06025) into main (8127d82) will decrease coverage by 5.46%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #656      +/-   ##
==========================================
- Coverage   74.51%   69.05%   -5.47%     
==========================================
  Files          23       23              
  Lines        2723     2236     -487     
  Branches      540      565      +25     
==========================================
- Hits         2029     1544     -485     
- Misses        584      585       +1     
+ Partials      110      107       -3     
Impacted Files Coverage Δ
ord_schema/__init__.py 100.00% <ø> (ø)
ord_schema/message_helpers.py 86.51% <ø> (+0.65%) :arrow_up:
ord_schema/orm/mappers.py 95.36% <95.83%> (-3.82%) :arrow_down:
ord_schema/logging.py 100.00% <100.00%> (ø)
ord_schema/orm/__init__.py 100.00% <100.00%> (+5.00%) :arrow_up:
ord_schema/orm/conftest.py 95.83% <100.00%> (ø)
ord_schema/orm/database.py 90.56% <100.00%> (ø)
ord_schema/orm/structure.py 91.46% <100.00%> (+0.21%) :arrow_up:
ord_schema/validations.py 70.67% <100.00%> (ø)