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

Add draft PRs support #577

Merged
merged 5 commits into from Nov 23, 2020
Merged

Add draft PRs support #577

merged 5 commits into from Nov 23, 2020

Conversation

kusaeva
Copy link
Contributor

@kusaeva kusaeva commented Nov 20, 2020

Hi!
Just added a boolean "draft" field indicating whether the pull request is a draft.

@codecov
Copy link

codecov bot commented Nov 23, 2020

Codecov Report

Merging #577 (b167830) into master (354065b) will decrease coverage by 16.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #577       +/-   ##
===========================================
- Coverage   90.29%   74.17%   -16.12%     
===========================================
  Files          25       25               
  Lines         608      608               
  Branches        3        3               
===========================================
- Hits          549      451       -98     
- Misses         59      157       +98     
Impacted Files Coverage Δ
...s/src/main/scala/github4s/domain/PullRequest.scala 0.00% <ø> (-100.00%) ⬇️
...ithub4s/interpreters/PullRequestsInterpreter.scala 100.00% <100.00%> (ø)
github4s/src/main/scala/github4s/Github.scala 0.00% <0.00%> (-100.00%) ⬇️
...ithub4s/src/main/scala/github4s/GithubConfig.scala 0.00% <0.00%> (-100.00%) ⬇️
...4s/src/main/scala/github4s/http/Http4sSyntax.scala 0.00% <0.00%> (-100.00%) ⬇️
.../src/main/scala/github4s/http/RequestBuilder.scala 0.00% <0.00%> (-100.00%) ⬇️
...s/src/main/scala/github4s/modules/GithubAPIs.scala 0.00% <0.00%> (-92.31%) ⬇️
...ub4s/src/main/scala/github4s/http/HttpClient.scala 9.75% <0.00%> (-85.37%) ⬇️
...cala/github4s/interpreters/StaticAccessToken.scala 0.00% <0.00%> (-50.00%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 354065b...b167830. Read the comment docs.

Copy link
Contributor

@BenFradet BenFradet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@BenFradet BenFradet merged commit 128c2e9 into 47degrees:master Nov 23, 2020
@kusaeva kusaeva deleted the support-draft-pr branch November 23, 2020 15:51
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

2 participants