Skip to content

Instantly share code, notes, and snippets.

@codecov-io
Created May 19, 2015 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecov-io/4fedb57c327da987e667 to your computer and use it in GitHub Desktop.
Save codecov-io/4fedb57c327da987e667 to your computer and use it in GitHub Desktop.
{
"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