Skip to content

Commit

Permalink
build: try relative dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gskema committed Oct 25, 2023
1 parent 4388fc2 commit 0dea1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dea1d7

Please sign in to comment.