agrc / porter

UGRC tracks the additions, replacements, and deletions of SGID items (in the broadest sense of add, replace, or delete) through issues in this repository.
https://gis.utah.gov/documentation/policy/
MIT License
2 stars 0 forks source link

add geometry type to meta table checks #109

Closed steveoh closed 3 years ago

steveoh commented 3 years ago

the geometry type is used by cloudb to create the correct geometry type otherwise it fails.

codecov[bot] commented 3 years ago

Codecov Report

Merging #109 (eea977a) into main (da75fa6) will increase coverage by 0.35%. The diff coverage is 93.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   86.29%   86.65%   +0.35%     
==========================================
  Files           2        2              
  Lines         416      427      +11     
  Branches       70       72       +2     
==========================================
+ Hits          359      370      +11     
  Misses         51       51              
  Partials        6        6              
Impacted Files Coverage Δ
src/conductor/conductor.py 80.12% <0.00%> (ø)
src/conductor/checks.py 90.60% <96.42%> (+0.40%) :arrow_up:

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 68473fe...eea977a. Read the comment docs.

steveoh commented 3 years ago

ready for round two @stdavis?