Skip to content

Commit

Permalink
Assume directory path is relative
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Mar 13, 2024
1 parent 2a17884 commit 8437f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Publish design to code package report
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: ./packages/design-to-code/coverage/lcov.info
coverage-files: ./coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./packages/design-to-code/src/
update-comment: true
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Publish design to code react package report
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: ./packages/design-to-code-react/coverage/lcov.info
coverage-files: ./coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./packages/design-to-code-react/src/
update-comment: true
Expand Down

0 comments on commit 8437f70

Please sign in to comment.