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

feat!: wrap payloads to send to a "method" with "token" or "webhook" #333

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

fix: avoid setting setting secrets twice for possible missing values

0d8d929
Select commit
Loading
Failed to load commit list.
Open

feat!: wrap payloads to send to a "method" with "token" or "webhook" #333

fix: avoid setting setting secrets twice for possible missing values
0d8d929
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 31, 2024 in 1s

84.97% (-12.95%) compared to 5d1fb07

View this Pull Request on Codecov

84.97% (-12.95%) compared to 5d1fb07

Details

Codecov Report

Attention: Patch coverage is 84.97409% with 87 lines in your changes missing coverage. Please review.

Project coverage is 84.97%. Comparing base (5d1fb07) to head (0d8d929).

Files with missing lines Patch % Lines
src/client.js 69.23% 32 Missing ⚠️
src/webhook.js 74.22% 25 Missing ⚠️
src/content.js 87.01% 20 Missing ⚠️
src/config.js 94.54% 9 Missing ⚠️
src/send.js 97.22% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #333       +/-   ##
===========================================
- Coverage   97.91%   84.97%   -12.95%     
===========================================
  Files           2        6        +4     
  Lines          96      579      +483     
===========================================
+ Hits           94      492      +398     
- Misses          2       87       +85     

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