rbw / aiosnow

Asynchronous ServiceNow Library
MIT License
74 stars 12 forks source link

Nested schemas #27

Closed rbw closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #27 into master will decrease coverage by 0.02%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #27      +/-   ##
=========================================
- Coverage     0.3%   0.28%   -0.03%     
=========================================
  Files          36      34       -2     
  Lines         650     713      +63     
=========================================
  Hits            2       2              
- Misses        648     711      +63
Impacted Files Coverage Δ
snow/resource/fields/__init__.py 0% <ø> (ø) :arrow_up:
snow/request/core/base.py 0% <0%> (ø) :arrow_up:
snow/request/core/post.py 0% <0%> (ø) :arrow_up:
snow/resource/__init__.py 0% <0%> (ø) :arrow_up:
snow/request/core/get.py 0% <0%> (ø) :arrow_up:
snow/resource/schema.py 0% <0%> (ø) :arrow_up:
snow/request/core/patch.py 0% <0%> (ø) :arrow_up:
snow/request/core/delete.py 0% <0%> (ø) :arrow_up:
snow/request/helpers/stream.py 0% <0%> (ø) :arrow_up:
snow/exceptions.py 0% <0%> (ø) :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 0191433...220d97f. Read the comment docs.