Skip to content

Instantly share code, notes, and snippets.

@grantr
Last active February 26, 2019 22:33
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 grantr/1d6a7990d9365bcf7fb0d94ec509925b to your computer and use it in GitHub Desktop.
Save grantr/1d6a7990d9365bcf7fb0d94ec509925b to your computer and use it in GitHub Desktop.
Percentage of code 2018Q4 - 2019Q1
Using https://github.com/Harwayne/github-reviews@3c503f6.
$ go run main.go --token_file=$HOME/.github.oauth --owner=knative --repos=eventing --repos=eventing-sources --users=grantr --start=08-31-2018 --end=02-25-2019
2019/02/26 10:57:46 Searching for PRs between 8-31-2018 and 2-25-2019
2019/02/26 10:58:38 Finished listing PRs. 725
2019/02/26 10:58:38 Finished filtering PRs for time. 464
2019/02/26 10:58:38 Finished filtering PRs for authors. 408
2019/02/26 11:10:32 Total PRs: 408. Commented PRs: 162
2019/02/26 11:37:07 Total lines added: 124303
2019/02/26 11:37:07 Total non-authored lines added: 117903
2019/02/26 11:37:07 Total lines authored: 6400
2019/02/26 11:37:07 Total lines reviewed: 55372
2019/02/26 11:37:07 Percent non-authored lines reviewed: 0.4696402975327176
2019/02/26 11:37:07 Percent of all lines authored or reviewed: 0.49694697634007223
Using https://github.com/Harwayne/github-reviews@3c503f6.
$ go run main.go --token_file=$HOME/github.oauth --owner=knative --repos=eventing --users=grantr --start=08-31-2018 --end=02-25-2019
2019/02/26 10:23:08 Searching for PRs between 8-31-2018 and 2-25-2019
2019/02/26 10:23:47 Finished listing PRs. 564
2019/02/26 10:23:47 Finished filtering PRs for time. 305
2019/02/26 10:23:47 Finished filtering PRs for authors. 284
2019/02/26 10:32:15 Total PRs: 284. Commented PRs: 111
2019/02/26 10:39:26 Total lines added: 62761
2019/02/26 10:39:26 Total non-authored lines added: 60469
2019/02/26 10:39:26 Total lines authored: 2292
2019/02/26 10:39:26 Total lines reviewed: 33997
2019/02/26 10:39:26 Percent non-authored lines reviewed: 0.5622219649737882
2019/02/26 10:39:26 Percent of all lines authored or reviewed: 0.5782093975558069
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment