Skip to content

Commit

Permalink
Show coloured pest output and enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Mar 14, 2024
1 parent 861e656 commit 64e8276
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/pest
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 64e8276

Please sign in to comment.