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

Basic operations to work with webhooks #80

Merged
merged 7 commits into from
Nov 8, 2019

Conversation

MindaugasLaganeckas
Copy link
Contributor

The following operations have been implemented:

  1. create
  2. delete
  3. get all
  4. get by ID

Copy link
Collaborator

@jetersen jetersen left a comment

Choose a reason for hiding this comment

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

LGTM only two minor nits 😄

@codecov-io
Copy link

Codecov Report

Merging #80 into master will decrease coverage by 0.19%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #80     +/-   ##
=========================================
- Coverage   32.67%   32.47%   -0.2%     
=========================================
  Files         128      125      -3     
  Lines        1616     1601     -15     
=========================================
- Hits          528      520      -8     
+ Misses       1088     1081      -7
Impacted Files Coverage Δ
src/GitLabApiClient/GitLabClient.cs 73.21% <50%> (-0.47%) ⬇️
...iClient/Internal/Queries/CommitRefsQueryBuilder.cs
.../Models/Commits/Requests/CommitRefsQueryOptions.cs
...LabApiClient/Models/Commits/Responses/CommitRef.cs
src/GitLabApiClient/CommitsClient.cs 100% <0%> (+31.25%) ⬆️

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 4640636...6d44eaa. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants