Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
harley-harris committed Jan 5, 2024
1 parent 0dc0652 commit 9d81a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jest-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
uses: actions/checkout@v3

- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2
uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm run test:ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "eslint '{src,test}/**/*.ts'",
"lint:fix": "eslint '{src,test}/**/*.ts' --fix",
"test": "jest",
"test:ci": "jest --ci --json --coverage --testLocationInResults --outputFile=report.json",
"coverage": "jest --coverage",
"prepare": "husky install",
"prepublish": "[ ! -d node_modules ] && npm ci; tsc",
Expand Down

0 comments on commit 9d81a66

Please sign in to comment.