renovate-tests / github-bugspots-extension

Display bugspots in GitHub.

Home Page:https://chrome.google.com/webstore/detail/github-bugspots-extension/gcgnjkmkkdllmfeeggghobokcnnfmjgg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-bugspots-extension

Display bugspots in GitHub.
Bugspots is an implementation of the simple bug prediction heuristic outlined by the Google Engineering team (http://google-engtools.blogspot.jp/2011/12/bug-prediction-at-google.html).

For developer

Build

If you build by using the following command, the raw(non-zipped) chrome extension files are created under dist, and the zipped chrome extension is created under output.

$ npm run build

Test

Testing chrome extension with Puppeter.

$ npm run test

Upload

We use chrome-webstore-manager, and wrap publish process in bash.

$ export CLIENT_ID=your_client_id
$ export CLIENT_SECRET=your_client_secret
$ export REFRESH_TOKEN=your_refresh_token
$ ./publish.sh

About

Display bugspots in GitHub.

https://chrome.google.com/webstore/detail/github-bugspots-extension/gcgnjkmkkdllmfeeggghobokcnnfmjgg

License:MIT License


Languages

Language:JavaScript 86.8%Language:HTML 7.9%Language:CSS 3.0%Language:Shell 2.2%