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

Fix: webhook repository dispatch action type #94

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Conversation

yanyongyu
Copy link
Owner

fix #93

@yanyongyu yanyongyu added bug Something isn't working schema schema related WebHook labels Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

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 ⚠️
...ithubkit/versions/v2022_11_28/models/group_0340.py 0.00% 99 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0175.py 0.00% 87 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0139.py 0.00% 79 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0287.py 0.00% 66 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0338.py 0.00% 62 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0176.py 0.00% 59 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0184.py 0.00% 57 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0222.py 0.00% 55 Missing ⚠️
...ithubkit/versions/v2022_11_28/models/group_0343.py 0.00% 55 Missing ⚠️
... and 200 more
Additional details and impacted files
@@            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 Coverage Δ
unittests 35.21% <15.32%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yanyongyu yanyongyu merged commit d5bf4a3 into master Mar 2, 2024
34 of 36 checks passed
@yanyongyu yanyongyu deleted the fix/repo-dispatch branch March 2, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working schema schema related WebHook
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: action type error for webhook event of type repository_dispatch
1 participant