Skip to content

Commit b0c6994

Browse files
authored
Codacy (#47)
* Fixed coverage
1 parent 99eb119 commit b0c6994

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
vendor/bin/simple-phpunit install
4040
- name: 'Run tests'
4141
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./coverage.xml
42-
- name: codecov
43-
uses: codecov/codecov-action@v5
42+
43+
- name: Run codacy-coverage-reporter
44+
uses: codacy/codacy-coverage-reporter-action@v1.3.0
4445
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
46-
files: ./coverage.xml
47-
verbose: true # optional (default = false)
46+
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
47+
coverage-reports: ./coverage.xml

0 commit comments

Comments
 (0)