Skip to content

Commit 97a3ec5

Browse files
committed
chore: upload code coverage
1 parent bcfbb84 commit 97a3ec5

File tree

3 files changed

+65
-63
lines changed

3 files changed

+65
-63
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# created by @jcoreio/toolchain-circle
22

33
version: 2.1
4+
5+
orbs:
6+
codecov: codecov/codecov@4.1.0
47
jobs:
58
build:
69
docker:
@@ -24,6 +27,7 @@ jobs:
2427
name: Prepublish
2528
command: |
2629
[[ $(netstat -tnlp | grep -F 'circleci-agent') ]] || pnpm run tc prepublish
30+
- codecov/upload
2731
- run:
2832
name: Release
2933
command: |

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"@emotion/react": "^11.13.3",
4141
"@emotion/styled": "^11.13.0",
4242
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
43-
"@jcoreio/toolchain": "^4.6.1",
44-
"@jcoreio/toolchain-circle": "^4.6.1",
45-
"@jcoreio/toolchain-esnext": "^4.6.1",
46-
"@jcoreio/toolchain-flow": "^4.6.1",
47-
"@jcoreio/toolchain-mocha": "^4.6.1",
48-
"@jcoreio/toolchain-react": "^4.6.1",
49-
"@jcoreio/toolchain-semantic-release": "^4.6.1",
50-
"@jcoreio/toolchain-typescript": "^4.6.1",
43+
"@jcoreio/toolchain": "^4.7.0",
44+
"@jcoreio/toolchain-circle": "^4.7.0",
45+
"@jcoreio/toolchain-esnext": "^4.7.0",
46+
"@jcoreio/toolchain-flow": "^4.7.0",
47+
"@jcoreio/toolchain-mocha": "^4.7.0",
48+
"@jcoreio/toolchain-react": "^4.7.0",
49+
"@jcoreio/toolchain-semantic-release": "^4.7.0",
50+
"@jcoreio/toolchain-typescript": "^4.7.0",
5151
"@mui/icons-material": "^6.0.0",
5252
"@mui/material": "^6.0.0",
5353
"@mui/styles": "6.0.0",
@@ -137,5 +137,8 @@
137137
"engines": {
138138
"node": ">=16"
139139
},
140-
"packageManager": "pnpm@8.11.0"
140+
"packageManager": "pnpm@8.11.0",
141+
"@jcoreio/toolchain": {
142+
"migratedVersion": "4.7.0"
143+
}
141144
}

pnpm-lock.yaml

Lines changed: 49 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)