-
Notifications
You must be signed in to change notification settings - Fork 75
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 check if user is a collaborator #530
Add check if user is a collaborator #530
Conversation
Codecov Report
@@ Coverage Diff @@
## master #530 +/- ##
===========================================
- Coverage 90.52% 77.06% -13.47%
===========================================
Files 24 24
Lines 623 641 +18
Branches 1 1
===========================================
- Hits 564 494 -70
- Misses 59 147 +88
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 , I just have a few minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to run the tests locally I found the following issue: buildResponse relies on http4s' attemptAs
which expects a non-empty body so we will always get a left.
|
To run the tests locally you need a |
@BenFradet Tests fixed |
The tests were running for 45 minutes. I've just cancelled them and restarted 🤞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the contribution!
No description provided.