Skip to content

Commit

Permalink
change coverage commands to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Verus20 committed Aug 17, 2024
1 parent 9fb45fd commit 649f360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install CI dependencies
run: npm ci
- name: Run unit tests with code coverage
run: npm run ts-coverage
run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"scripts": {
"test": "jest test",
"coverage": "jest --coverage",
"ts-coverage": "typescript-coverage-report",
"server": "npx ts-node src/server/server.ts"
},
Expand Down

0 comments on commit 649f360

Please sign in to comment.