Skip to content

Commit

Permalink
Temporary disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed May 6, 2024
1 parent 939275a commit 6575bed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
run: yarn playwright install --with-deps chromium

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

- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/clover.xml
run: yarn test

# - name: Upload coverage to codecov
# uses: codecov/codecov-action@v4
# if: always()
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: coverage/clover.xml

release:
name: Release
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
run: yarn playwright install --with-deps chromium

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

- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/clover.xml
# - name: Upload coverage to codecov
# uses: codecov/codecov-action@v4
# if: always()
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: coverage/clover.xml

0 comments on commit 6575bed

Please sign in to comment.