Skip to content

Commit

Permalink
Update coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
baires committed Dec 16, 2023
1 parent 4682445 commit ad14d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ArtiomTr/[email protected]
with:
coverage-file: ./test_reports/report.json
coverage-file: ./coverage/coverage-final.json
base-coverage-file: ./coverage/report.json
test-script: npm test
threshold: 90
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const config = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['/node_modules/', '/dist/']
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
coverageDirectory: 'coverage',
};

export default config

1 comment on commit ad14d1e

@vercel
Copy link

@vercel vercel bot commented on ad14d1e Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.