Web application written with the MEAN stack that uses Natural Language Processing to classify a user's internet activity into different skills. In a nutshell, Augeo is the gamification of life.
GNU General Public License v3.0
10
stars
6
forks
source link
Fixed the Github test for the api call for user commits #42
The Github test for the API call for user commits fails on some PushEvents. I believe some PushEvents (such as creating a file within Github web) can register as a PushEvent but does not register commits. See: https://github.com/jibarra/english-sanguosha/commit/c509b8aca6754f584b01cb3d01c5382ed16a6fb7
This should fix the test failing if a user has PushEvents with no commits.