Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 26, 2024
1 parent 729cbed commit 1f22824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm i -g bower
- run: npm ci
- run: npm run static
- run: npm test
- run: npm test-ci
- uses: codecov/codecov-action@v3
if: matrix.node-version == '22'
- run: npm run build
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"fix": "run-s fix:*",
"fix:prettier": "prettier --write \"**/*.ts\"",
"fix:eslint": "eslint --fix \"**/*.ts\"",
"test": "vitest"
"test": "vitest",
"test-ci": "vitest run --coverage"
},
"prettier": "@gamesdonequick/prettier-config",
"dependencies": {
Expand Down

0 comments on commit 1f22824

Please sign in to comment.