This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
age | population | |
---|---|---|
travis-ci | 30.80% | |
circleci | 15.96% | |
jenkins | 5.87% | |
appveyor | 3.16% | |
coveralls | 2.95% | |
codeship | 2.65% | |
codecov | 2.53% | |
codeclimate | 1.66% | |
greenkeeper | 0.93% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*-coding: utf8 -*- | |
''' | |
Sample output showing bug in api | |
Add label, expected return code of 200 : https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue | |
Method : POST, Endpoint : https://api.github.com/repos/foobar-test/asdf/issues/8/labels, Payload ['bug'] | |
Response Code 200 |