Skip to content

Commit

Permalink
disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 16, 2023
1 parent 87e1539 commit 453597e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Run the tests
run: pnpm coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
publish:
runs-on: ubuntu-latest
needs: build_and_test
Expand Down

0 comments on commit 453597e

Please sign in to comment.