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

Repository model enriched: Archived status available now #565

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

nihirash
Copy link
Contributor

We're using this library for making tech.map of our organisation - so we need filter out archived repositories.

To make it possible I did small changes - I've enriched repository model to support "archived" status.

If PR need some improvements - please write me - I'll do it.

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #565 into master will decrease coverage by 13.83%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #565       +/-   ##
===========================================
- Coverage   91.46%   77.62%   -13.84%     
===========================================
  Files          24       24               
  Lines         656      657        +1     
  Branches        1        2        +1     
===========================================
- Hits          600      510       -90     
- Misses         56      147       +91     
Impacted Files Coverage Δ
...4s/src/main/scala/github4s/domain/Repository.scala 100.00% <ø> (ø)
github4s/src/main/scala/github4s/Decoders.scala 84.55% <100.00%> (-7.30%) ⬇️
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%) ⬇️
...s/src/main/scala/github4s/domain/PullRequest.scala 0.00% <0.00%> (-100.00%) ⬇️
...s/src/main/scala/github4s/modules/GithubAPIs.scala 0.00% <0.00%> (-100.00%) ⬇️
.../src/main/scala/github4s/http/RequestBuilder.scala 0.00% <0.00%> (-100.00%) ⬇️
...ub4s/src/main/scala/github4s/http/HttpClient.scala 12.12% <0.00%> (-84.85%) ⬇️
.../scala/github4s/interpreters/AuthInterpreter.scala 60.00% <0.00%> (-40.00%) ⬇️
... and 2 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 9ca2935...e39c954. 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.

Thanks 👍

@BenFradet BenFradet merged commit 0a47202 into 47degrees:master Oct 27, 2020
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.

2 participants