Skip to content

Commit

Permalink
Fix coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbelmar committed Apr 25, 2024
1 parent ab140d8 commit f626446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Run tests with coverage
run: yarn test -- --coverage
run: yarn test:coverage

- name: Upload Core coverage to Codecov
if: steps.filter.outputs.core == 'true'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"test:coverage": "turbo test -- --coverage",
"publish": "turbo publish",
"deploy": "turbo deploy",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky install"
},
Expand Down

0 comments on commit f626446

Please sign in to comment.