File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the main branch
8
8
push :
9
- branches : [ main ]
9
+ branches : [main]
10
10
pull_request :
11
- branches : [ main ]
11
+ branches : [main]
12
12
13
13
# Allows you to run this workflow manually from the Actions tab
14
14
workflow_dispatch :
32
32
run : npm run test
33
33
34
34
- name : Upload coverage to Codecov
35
- uses : codecov/codecov-action@v3
35
+ uses : codecov/codecov-action@v5
36
+ with :
37
+ token : 541081be-589e-42cd-b55d-481cedb4be91
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SDK for [EmailJS.com](https://www.emailjs.com) customers.
4
4
\
5
5
Use your EmailJS account for sending emails.
6
6
7
- [ ![ codecov] ( https://codecov.io/gh/emailjs-com/emailjs-sdk/branch/main/graph/badge.svg )] ( https://codecov.io/gh/emailjs-com/emailjs-sdk )
7
+ [ ![ codecov] ( https://codecov.io/gh/emailjs-com/emailjs-sdk/branch/main/graph/badge.svg?token=4I0L59Z914 )] ( https://codecov.io/gh/emailjs-com/emailjs-sdk )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@emailjs/browser.svg )] ( https://www.npmjs.com/package/@emailjs/browser )
9
9
10
10
## Disclaimer
You can’t perform that action at this time.
0 commit comments