devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

Move PushEvent to Push namespace #53

Closed msvrtan closed 6 years ago

msvrtan commented 6 years ago

Closes #52

codecov-io commented 6 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #53   +/-   ##
=========================================
  Coverage     72.34%   72.34%           
  Complexity     1090     1090           
=========================================
  Files           119      119           
  Lines          3866     3866           
=========================================
  Hits           2797     2797           
  Misses         1069     1069
Impacted Files Coverage Δ Complexity Δ
src/Hook/Push/CreateBranchPushEvent.php 92.06% <ø> (ø) 19 <0> (ø) :arrow_down:
src/Hook/Push/UpdateBranchPushEvent.php 92.64% <ø> (ø) 20 <0> (ø) :arrow_down:
src/Hook/Push/DeleteBranchPushEvent.php 94.11% <ø> (ø) 9 <0> (ø) :arrow_down:
src/Hook/Push/DeleteTagPushEvent.php 94.11% <ø> (ø) 9 <0> (ø) :arrow_down:
src/Hook/Push/CreateTagPushEvent.php 92.06% <ø> (ø) 19 <0> (ø) :arrow_down:
src/Hook/Push/UpdateTagPushEvent.php 92.64% <ø> (ø) 20 <0> (ø) :arrow_down:
src/HookFactory/Push/PushEventFactory.php 0% <ø> (ø) 5 <0> (ø) :arrow_down:

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 d9ed812...77bffbb. Read the comment docs.