Last active
August 29, 2015 14:19
-
-
Save stevepeak/8e9c15e4cf58874605f1 to your computer and use it in GitHub Desktop.
Codecov Webhook Payload - https://codecov.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"commitid": "c074a88f83ce23c9498755f1b95b2d9a07bf0cf2", | |
"ci": null, | |
"coverage": "50.0", | |
"timestamp": "2015-04-21 00:54:47.853879", | |
"build_url": null, | |
"default_branch": "master", | |
"private": false, | |
"repo": "example-java", | |
"owner": "codecov", | |
"meta": { | |
"status": 200, | |
"request": "aee72a40-4de5-40ee-9c8b-67e63e3a65e9" | |
}, | |
"build": null, | |
"branch": "master", | |
"report": { | |
"files": { | |
"example/HelloWorld.java": { | |
"lines": { | |
"9": 2, | |
"3": 3, | |
"7": 0, | |
"6": "1/2" | |
}, | |
"coverage": 50.0, | |
"totals": { | |
"hit": 2, | |
"lines": 4, | |
"partial": 1, | |
"missed": 1, | |
"branches": 1 | |
} | |
} | |
}, | |
"coverage": 50.0, | |
"parser": { | |
"version": "0.0.3", | |
"method": "json" | |
}, | |
"suggestions": { | |
"files": [ | |
{ | |
"end": 7, | |
"missed": 1, | |
"start": 7, | |
"file": "example/HelloWorld.java", | |
"coverage": 25.0, | |
"partial": 0, | |
"worth": 2 | |
} | |
], | |
"partial": 0, | |
"missed": 1, | |
"coverage": 25.0 | |
}, | |
"totals": { | |
"files": 1, | |
"branches": 1, | |
"missed": 1, | |
"lines": 4, | |
"partial": 1, | |
"hit": 2 | |
}, | |
"meta": {}, | |
"env": { | |
"STORED_ENV": "value" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment