mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update code-coverage.yml
This commit is contained in:
parent
fa87d3c211
commit
f5a32935e3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-coverage.yml
vendored
2
.github/workflows/code-coverage.yml
vendored
|
@ -39,8 +39,8 @@ jobs:
|
|||
working-directory: ./web
|
||||
run: composer test:coverage
|
||||
- name: Code Cov
|
||||
working-directory: ./web
|
||||
uses: codecov/codecov-action@v2
|
||||
working-directory: ./web
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: clover.xml
|
||||
|
|
Loading…
Reference in a new issue