Skip to content

Commit

Permalink
Re-enable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed May 6, 2024
1 parent 1e14f9e commit 3da5f36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
run: yarn playwright install --with-deps chromium

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

- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 3da5f36

Please sign in to comment.