devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

Expose Ids on PR events #74

Closed msvrtan closed 6 years ago

msvrtan commented 6 years ago

Expose label/assigneee/reviewer ID's on PullRequest events

codecov-io commented 6 years ago

Codecov Report

Merging #74 into master will decrease coverage by 0.2%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #74      +/-   ##
============================================
- Coverage     71.64%   71.44%   -0.21%     
- Complexity     1229     1235       +6     
============================================
  Files           126      126              
  Lines          4246     4258      +12     
============================================
  Hits           3042     3042              
- Misses         1204     1216      +12
Impacted Files Coverage Δ Complexity Δ
...llRequest/ReviewRequestRemovedPullRequestEvent.php 94.28% <0%> (-5.72%) 11 <1> (+1)
...ok/PullRequest/ReviewRequestedPullRequestEvent.php 94.28% <0%> (-5.72%) 11 <1> (+1)
...rc/Hook/PullRequest/UnassignedPullRequestEvent.php 94.28% <0%> (-5.72%) 11 <1> (+1)
src/Hook/PullRequest/UnlabeledPullRequestEvent.php 94.28% <0%> (-5.72%) 11 <1> (+1)
src/Hook/PullRequest/LabeledPullRequestEvent.php 94.28% <0%> (-5.72%) 11 <1> (+1)
src/Hook/PullRequest/AssignedPullRequestEvent.php 94.28% <0%> (-5.72%) 11 <1> (+1)

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 bc09665...540523f. Read the comment docs.