Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow initializing the GitHub client without options #479

Merged
merged 1 commit into from Mar 22, 2018

Conversation

bkeepers
Copy link
Contributor

Really minor tweak to allow this to work:

const GitHub = require('probot/lib/github')
const github = new GitHub()

@codecov
Copy link

codecov bot commented Mar 22, 2018

Codecov Report

Merging #479 into master will increase coverage by 0.03%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
+ Coverage   95.19%   95.22%   +0.03%     
==========================================
  Files          23       23              
  Lines         312      314       +2     
  Branches       34       35       +1     
==========================================
+ Hits          297      299       +2     
  Misses         14       14              
  Partials        1        1

@bkeepers bkeepers merged commit 6e60927 into master Mar 22, 2018
@bkeepers bkeepers deleted the github-init branch March 22, 2018 22:33
tcbyrd added a commit that referenced this pull request Apr 2, 2018
Change default log level to debug. See #478
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant