vmware-archive / column

A stable API for Ansible
https://vmware.github.io/column/
GNU General Public License v3.0
38 stars 9 forks source link

Add api payload validator #54

Closed sihanwang41 closed 7 years ago

sihanwang41 commented 7 years ago

This patch adds run post payload validation

Signed-off-by: Sihan Wang wsihan@vmware.com

codecov-io commented 7 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   78.11%   78.33%   +0.21%     
==========================================
  Files          18       18              
  Lines         626      623       -3     
  Branches       37       36       -1     
==========================================
- Hits          489      488       -1     
+ Misses        113      112       -1     
+ Partials       24       23       -1
Impacted Files Coverage Δ
column/api/controller/run_controller.py 100% <100%> (+5.88%) :arrow_up:
column/api/common/utils.py 100% <100%> (ø) :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 cf65a4d...187e437. Read the comment docs.