Skip to content

Commit

Permalink
Remove Codecov upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Sep 25, 2024
1 parent 025fb9e commit 671a0a2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,3 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/pest --coverage-clover=coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: tests
name: codecov-umbrella
#yml: ./codecov.yml
fail_ci_if_error: true

0 comments on commit 671a0a2

Please sign in to comment.