mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update code-coverage.yml
This commit is contained in:
parent
f5a32935e3
commit
c811dad08d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/code-coverage.yml
vendored
3
.github/workflows/code-coverage.yml
vendored
|
@ -40,9 +40,8 @@ jobs:
|
|||
run: composer test:coverage
|
||||
- name: Code Cov
|
||||
uses: codecov/codecov-action@v2
|
||||
working-directory: ./web
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: clover.xml
|
||||
files: ./web/clover.xml
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
verbose: true # optional (default = false)
|
||||
|
|
Loading…
Reference in a new issue