Skip to content

Commit

Permalink
chore: Fix kover report path in Build workflow
Browse files Browse the repository at this point in the history
This commit fixes the path to kover report in the Build workflow to correctly locate the reportDebug.
xml files generated by feature modules.
  • Loading branch information
shinhyo committed Aug 27, 2024
1 parent d6bb96c commit 5698885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
skip-if-no-changes: true
continue-on-error: false
paths: |
${{ github.workspace }}/**/build/reports/kover/reportDebug.xml
${{ github.workspace }}/feature/**/build/reports/kover/reportDebug.xml
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload lint reports
Expand Down

0 comments on commit 5698885

Please sign in to comment.