- Notifications
You must be signed in to change notification settings - Fork675
feat(api): add merge request approval state#1641
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat(api): add merge request approval state#1641
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedOct 14, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #1641 +/- ##==========================================+ Coverage 91.90% 91.93% +0.02%========================================== Files 74 74 Lines 4287 4302 +15 ==========================================+ Hits 3940 3955 +15 Misses 347 347
Flags with carried forward coverage won't be shown.Click here to find out more.
|
JacobHenner commentedOct 14, 2021
The CI failure appears to be unrelated to this change? |
JohnVillalovos commentedOct 14, 2021
Thanks for the PR. It would be great if there can be some tests for this, assuming it is a "Free Tier" feature. |
JacobHenner commentedOct 14, 2021
It's a premium feature since 13.9. I was prepared to add unit tests, but I noticed that "merge request approvals" doesn't have any to begin with. |
nejch commentedOct 15, 2021
Hi@JacobHenner, thanks for this! As@JohnVillalovos said, we won't be able to add functional tests without a license but we can have some unit tests maybe. Maybe inhttps://github.com/python-gitlab/python-gitlab/blob/main/tests/unit/objects/test_project_merge_request_approvals.py? |
Add support for merge request approval state
5e07faf tof41b093CompareUh oh!
There was an error while loading.Please reload this page.
Add support formerge request approval state.