Skip to content

Commit

Permalink
test(ci): re-enable coverage reporting on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jan 19, 2023
1 parent 108a6f7 commit dd2341d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lcov",
"json"
],
"coverageProvider": "v8",
"coverageDirectory": "./coverage",
"extensionsToTreatAsEsm": [".ts"],
"testMatch": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:integration-prepare": "cross-env NODE_OPTIONS=--experimental-vm-modules ts-node --project packages/tsconfig.settings.json ./scripts/prepare-integration-tests.ts",
"test:integration-pretty": "prettier --write __tests__/shared/documentationExamples.ts",
"test:integration": "pnpm test:integration-build && pnpm test:ci",
"test:ci": "pnpm test",
"test:ci": "pnpm test -- --coverage=true",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test:watch": "pnpm test --watch --verbose",
"test:browser": "cd packages/test-react-app && pnpm test:browser",
Expand Down

0 comments on commit dd2341d

Please sign in to comment.