diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a5a6e7..6bd5faf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: - name: Make code coverage badge uses: timkrase/phpunit-coverage-badge@v1.2.1 with: - report: build/clover.xml - coverage_badge_path: output/coverage.svg + report: ./build/clover.xml + coverage_badge_path: ./output/coverage.svg push_badge: false - name: Git push to image-data branch