Skip to content

Commit

Permalink
Fix error typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 29, 2023
1 parent 7820c78 commit 238f237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ jobs:

- name: Run tests with phpunit
if: matrix.php == '8.1'
run: vendor/bin/phpunit --coverage-clover=coverage.xml--colors=always
run: vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always

- name: Upload coverage to Codecov.
if: matrix.php == '8.1'
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit 238f237

Please sign in to comment.