Skip to content

Commit

Permalink
try relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers authored Jun 11, 2024
1 parent 281354c commit a385e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
id: kover
uses: mi-kas/kover-report@v1
# this action fails if there is no report, unlike the above actions, so check if there are files
if: ${{ always() && hashFiles('${{ github.workspace }}/build/reports/kover/report.xml') != '' }}
if: ${{ always() && hashFiles('./build/reports/kover/report.xml') != '' }}
with:
path: ${{ github.workspace }}/build/reports/kover/report.xml
path: ./build/reports/kover/report.xml
token: ${{ secrets.CI_SPLENDO_PAT }}
title: Code coverage
update-comment: true
Expand Down

0 comments on commit a385e08

Please sign in to comment.