Skip to content

Commit

Permalink
feat: add run code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Dec 6, 2021
1 parent 1b4771e commit 657da02
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.xml
if: matrix.coverage == 'xdebug'

#TODO: need public release
# - name: Run codecov
# uses: codecov/codecov-action@v1
# if: matrix.coverage == 'xdebug'
# with:
# file: './coverage.xml'
# fail_ci_if_error: true
- name: Run codecov
uses: codecov/codecov-action@v1
if: matrix.coverage == 'xdebug'
with:
file: './coverage.xml'
fail_ci_if_error: true

0 comments on commit 657da02

Please sign in to comment.