Skip to content

Commit

Permalink
Fix Codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbelmar committed Apr 25, 2024
1 parent a6d96eb commit ab140d8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ab140d8

Please sign in to comment.