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 66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
9+ branches : [main]
1010 pull_request :
11- branches : [ main ]
11+ branches : [main]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
3232 run : npm run test
3333
3434 - 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.
44\
55Use your EmailJS account for sending emails.
66
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 )
88[ ![ npm version] ( https://img.shields.io/npm/v/@emailjs/browser.svg )] ( https://www.npmjs.com/package/@emailjs/browser )
99
1010## Disclaimer
You can’t perform that action at this time.
0 commit comments