Skip to content

Commit

Permalink
Disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Mar 14, 2024
1 parent 64e8276 commit 97acaae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
- name: Execute tests
run: vendor/bin/pest --color=always

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./build/logs/clover.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./build/logs/clover.xml
# flags: unittests
# name: codecov-umbrella
# fail_ci_if_error: true

0 comments on commit 97acaae

Please sign in to comment.