Skip to content

Commit 86f24d6

Browse files
ci: fix codecov token
1 parent 447e64b commit 86f24d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: test-results
2828
- run:
2929
name: Post coverage results
30-
command: node_modules/.bin/codecov --token=21b041e2-a6d4-4eaa-ac72-d3264fe9adbf
30+
command: node_modules/.bin/codecov --token=708e3cfe-7141-47e3-bd74-161f9a5501d2
3131
- save_cache:
3232
key: dependency-cache-{{ checksum "package.json" }}
3333
paths:

0 commit comments

Comments
 (0)