Push method code coverage bar to 50 percent

This change adds or update a swath of tests to push method code coverage numbers up.
Yes, method coverage is not super meaningful, but it is one metric that we can use to
ensure at least minimal coverage of this library.

Almost no product changes in here.
This commit is contained in:
Liam Newman
2021-01-25 11:58:01 -08:00
parent 8e6dbf3772
commit 35c8cfa01d
258 changed files with 49289 additions and 2257 deletions

View File

@@ -20,4 +20,8 @@ abstract class GitHubInteractiveObject {
GitHubInteractiveObject(GitHub root) {
this.root = root;
}
GitHub getRoot() {
return root;
}
}