Skip to content

Commit 4e1649c

Browse files
committed
add codecov tokens
1 parent 6baf852 commit 4e1649c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
with:
9898
files: node_modules/.coverage/lcov.info
9999
fail_ci_if_error: true
100+
token: ${{ secrets.CODECOV_TOKEN }}
100101

101102
build:
102103
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/esbuild-cf-functions-plugin)](https://www.npmjs.com/package/esbuild-cf-functions-plugin)
44
![node-current](https://img.shields.io/node/v/esbuild-cf-functions-plugin)
55
![esbuild-current](https://img.shields.io/badge/esbuild-^0.14.46-green)
6-
[![Codecov](https://img.shields.io/codecov/c/github/BeeeQueue/esbuild-cf-functions-plugin?token=TOKEN_HERE)](https://app.codecov.io/github/BeeeQueue/esbuild-cf-functions-plugin)
6+
[![Codecov](https://img.shields.io/codecov/c/github/BeeeQueue/esbuild-cf-functions-plugin?token=S8W0PQDUQ1)](https://app.codecov.io/github/BeeeQueue/esbuild-cf-functions-plugin)
77

88
This plugin configures ESBuild for building code [compatible][runtime] with [CloudFront Functions][cf-functions].
99

0 commit comments

Comments
 (0)