devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

RepositoryRelatedEvent's should expose RepoId & RepoFullName #61

Closed msvrtan closed 6 years ago

msvrtan commented 6 years ago

Closes #60

codecov-io commented 6 years ago

Codecov Report

Merging #61 into master will increase coverage by 1.09%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
+ Coverage     72.37%   73.47%   +1.09%     
- Complexity     1096     1176      +80     
============================================
  Files           119      119              
  Lines          3877     4037     +160     
============================================
+ Hits           2806     2966     +160     
  Misses         1071     1071
Impacted Files Coverage Δ Complexity Δ
src/Hook/Issue/MilestonedIssueEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
src/Hook/Issue/AssignedIssueEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
src/Hook/Issue/OpenedIssueEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
src/Hook/Issue/UnassignedIssueEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
...rc/Hook/PullRequest/MilestonedPullRequestEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
src/Hook/IssueComment/DeletedIssueCommentEvent.php 100% <100%> (ø) 10 <2> (+2) :arrow_up:
src/Hook/PullRequest/EditedPullRequestEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
src/Hook/Issue/ClosedIssueEvent.php 100% <100%> (ø) 9 <2> (+2) :arrow_up:
src/Hook/Push/DeleteTagPushEvent.php 95% <100%> (+0.88%) 12 <3> (+3) :arrow_up:
src/Hook/Push/UpdateBranchPushEvent.php 93.24% <100%> (+0.59%) 23 <3> (+3) :arrow_up:
... and 27 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 49c718d...1a904ad. Read the comment docs.