yanyongyu / githubkit

The modern, all-batteries-included GitHub SDK for Python, including rest api, graphql, webhooks, like octokit!
MIT License
158 stars 21 forks source link

Fix: webhook repository dispatch action type #94

Closed yanyongyu closed 4 months ago

yanyongyu commented 4 months ago

fix #93

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 15.32742% with 3530 lines in your changes are missing coverage. Please review.

Project coverage is 35.21%. Comparing base (5d88fdc) to head (3d5b5e7).

Files Patch % Lines
...ithubkit/versions/v2022_11_28/models/group_0145.py 0.00% 100 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0340.py 0.00% 99 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0175.py 0.00% 87 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0139.py 0.00% 79 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0287.py 0.00% 66 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0338.py 0.00% 62 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0176.py 0.00% 59 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0184.py 0.00% 57 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0222.py 0.00% 55 Missing :warning:
...ithubkit/versions/v2022_11_28/models/group_0343.py 0.00% 55 Missing :warning:
... and 200 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #94 +/- ## ========================================== - Coverage 35.25% 35.21% -0.04% ========================================== Files 2428 2430 +2 Lines 125114 124901 -213 ========================================== - Hits 44106 43986 -120 + Misses 81008 80915 -93 ``` | [Flag](https://app.codecov.io/gh/yanyongyu/githubkit/pull/94/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ju4tCode) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/yanyongyu/githubkit/pull/94/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ju4tCode) | `35.21% <15.32%> (-0.04%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ju4tCode#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.