Closed skearnes closed 3 years ago
Merging #504 (3f619a3) into main (33e37cc) will increase coverage by
1.39%
. The diff coverage is87.87%
.
@@ Coverage Diff @@
## main #504 +/- ##
==========================================
+ Coverage 75.51% 76.91% +1.39%
==========================================
Files 24 24
Lines 2169 2144 -25
Branches 492 475 -17
==========================================
+ Hits 1638 1649 +11
+ Misses 380 349 -31
+ Partials 151 146 -5
Impacted Files | Coverage Δ | |
---|---|---|
ord_schema/interface/ord_client.py | 82.53% <84.61%> (+43.06%) |
:arrow_up: |
ord_schema/interface/query.py | 78.88% <100.00%> (+0.75%) |
:arrow_up: |
ord_schema/interface/build_database.py | 81.67% <0.00%> (-0.14%) |
:arrow_down: |
ord_schema/validations.py | 70.08% <0.00%> (+0.62%) |
:arrow_up: |
ord_schema/message_helpers.py | 85.29% <0.00%> (+0.65%) |
:arrow_up: |
ord_schema/visualization/filters.py | 54.59% <0.00%> (+1.42%) |
:arrow_up: |
Moved to ord-interface as https://github.com/Open-Reaction-Database/ord-interface/pull/4
INTERSECT
instead ofAND
).postgres
container.Resolves #450