mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 19:47:55 +00:00
:octocat: send coverage to codacy
This commit is contained in:
@@ -84,7 +84,13 @@ jobs:
|
||||
uses: ramsey/composer-install@v2
|
||||
|
||||
- name: "Run tests with phpunit"
|
||||
run: php vendor/bin/phpunit --configuration=phpunit.xml
|
||||
run: php vendor/bin/phpunit --configuration=phpunit.xml.dist
|
||||
|
||||
- name: "Send code coverage report to Codecov.io"
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
- name: "Send code coverage report to Codacy"
|
||||
uses: codacy/codacy-coverage-reporter-action@v1
|
||||
with:
|
||||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
coverage-reports: .build/coverage/clover.xml
|
||||
|
||||
Reference in New Issue
Block a user