Skip to content

Commit

Permalink
ci: 커버리지 설정 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Dec 14, 2023
1 parent 5877302 commit 03c65f2
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm test -- --ci --coverage
- run: pnpm run -r test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions packages/vomjs-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/index.js",
"devDependencies": {
"@babel/core": "^7.15.5",
"@vitest/coverage-v8": "^1.0.4",
"vitest": "^1.0.4"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/vomjs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"@vitest/coverage-v8": "^1.0.4",
"happy-dom": "^12.10.3",
"vitest": "^1.0.4"
}
Expand Down
103 changes: 102 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03c65f2

Please sign in to comment.