Skip to content

Commit

Permalink
Adding script to generate the scrip
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Feb 21, 2024
1 parent d7c8928 commit e9e7c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-manager: pnpm
test-script: pnpm test
skip-step: none
coverage-file: ./coverage-final.json
coverage-file: coverage-report.json
1 change: 1 addition & 0 deletions coverage-report.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint . --ext .ts,.tsx",
"lint-fix": "eslint . --fix --ext .ts,.tsx",
"analyze": "source-map-explorer '.next/static/chunks/*.js'",
"test": "jest"
"test": "jest --ci --json --coverage --testLocationInResults --outputFile=coverage-report.json"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down

0 comments on commit e9e7c3e

Please sign in to comment.