Skip to content

Commit

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

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

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

0 comments on commit cff06da

Please sign in to comment.