This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shipit_uplift: Add tests for some coverage functions and the extensio…
…ns API endpoint (#871)
- Loading branch information
Showing
6 changed files
with
3,186 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
34 changes: 34 additions & 0 deletions
34
src/shipit_uplift/tests/fixtures/coverage_build_33333.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"info": { | ||
"8a389e3576db8de5050999777d82aead0a8c62a9": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"diffs": [], | ||
"git_build_changeset": "0d9139ed76e220465d06de7c4f6c2658115387a4", | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
}, | ||
"6d6882f5e95d7a46da4f48d903766114a4a9cc06": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"diffs": [], | ||
"git_build_changeset": "0d9139ed76e220465d06de7c4f6c2658115387a4", | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
} | ||
}, | ||
"summary": { | ||
"8a389e3576db8de5050999777d82aead0a8c62a9": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"commit_added": 0, | ||
"commit_covered": 0, | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
}, | ||
"6d6882f5e95d7a46da4f48d903766114a4a9cc06": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"commit_added": 0, | ||
"commit_covered": 0, | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
} | ||
} | ||
} |
62 changes: 62 additions & 0 deletions
62
src/shipit_uplift/tests/fixtures/coverage_build_33334.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"info": { | ||
"53d64a077a8ef3a34697c7aa3b0776d3e8d11539": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"diffs": [ | ||
{ | ||
"changes": [ | ||
{"coverage": "?", "line": 975}, | ||
{"coverage": "?", "line": 976}, | ||
{"coverage": "Y", "line": 978}, | ||
{"coverage": "?", "line": 979}, | ||
{"coverage": "?", "line": 980}, | ||
{"coverage": "?", "line": 981}, | ||
{"coverage": "Y", "line": 982}, | ||
{"coverage": "Y", "line": 983} | ||
], | ||
"name": "layout/base/ServoRestyleManager.cpp" | ||
} | ||
], | ||
"git_build_changeset": "0d9139ed76e220465d06de7c4f6c2658115387a4", | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
}, | ||
"30d915de546242961f2f3ce4e1cfbee5ec9e54bb": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"diffs": [], | ||
"git_build_changeset": "0d9139ed76e220465d06de7c4f6c2658115387a4", | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
}, | ||
"3800f2c5af262050c8bddfd999efffb46afcb081": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"diffs": [], | ||
"git_build_changeset": "0d9139ed76e220465d06de7c4f6c2658115387a4", | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
} | ||
}, | ||
"summary": { | ||
"53d64a077a8ef3a34697c7aa3b0776d3e8d11539": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"commit_added": 3, | ||
"commit_covered": 3, | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
}, | ||
"30d915de546242961f2f3ce4e1cfbee5ec9e54bb": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"commit_added": 0, | ||
"commit_covered": 0, | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
}, | ||
"3800f2c5af262050c8bddfd999efffb46afcb081": { | ||
"build_changeset": "474d58c9137360c0fa1c85cdd11e3313b33b7cad", | ||
"commit_added": 0, | ||
"commit_covered": 0, | ||
"overall_cur": "59.62965", | ||
"overall_prev": "59.62246" | ||
} | ||
} | ||
} |
Oops, something went wrong.