Commit 3e6fcf2
committed
An initial idea to create statistics based on all your commits, like GitHub Activity Graph, but this one would take into account the status of the automated checks. It might turn out that you're producing mostly perfect commits on Tuesday, but Friday evening, Travis nitpicks you always about coding standard, so you are not so efficient anymore.
I plan to:
- add visualization
- add some math behind: is there any correlation between the the hour
of the day, the day of the month, etc; with the outcome of Travis?
- support private repositories / commits
- handle GitHub API Limits properly
- configurable time interval
- GitHub API Authentication for better rate limits1 parent 2e7e59a commit 3e6fcf2
File tree
4 files changed
+993
-0
lines changed4 files changed
+993
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments