rbw / aiosnow

Asynchronous ServiceNow Library
MIT License
73 stars 12 forks source link

Refactor base models #81

Closed rbw closed 4 years ago

rbw commented 4 years ago

Move aiosnow.model to aiosnow.models.common

codecov-commenter commented 4 years ago

Codecov Report

Merging #81 into master will decrease coverage by 0.03%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
- Coverage   63.15%   63.11%   -0.04%     
==========================================
  Files          45       45              
  Lines        1110     1109       -1     
==========================================
- Hits          701      700       -1     
  Misses        409      409              
Impacted Files Coverage Δ
aiosnow/models/common/__init__.py 100.00% <ø> (ø)
aiosnow/models/common/base.py 67.69% <ø> (ø)
aiosnow/models/common/schema/__init__.py 100.00% <ø> (ø)
aiosnow/models/common/schema/base.py 51.11% <ø> (ø)
aiosnow/models/common/schema/fields/__init__.py 100.00% <ø> (ø)
aiosnow/models/common/schema/fields/boolean.py 75.00% <ø> (ø)
aiosnow/models/common/schema/fields/choice.py 100.00% <ø> (ø)
aiosnow/models/common/schema/fields/datetime.py 61.53% <ø> (ø)
aiosnow/models/common/schema/fields/email.py 70.00% <ø> (ø)
aiosnow/models/common/schema/fields/integer.py 60.00% <ø> (ø)
... and 13 more

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 5ad2476...c8166d1. Read the comment docs.