Skip to content

Commit

Permalink
ci: change coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Nov 19, 2023
1 parent cb26c25 commit 88f58b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: always()
with:
path: |
${{ github.workspace }}/*/build/reports/kover/*.xml
${{ github.workspace }}/model/build/reports/kover/report.xml
token: ${{github.token}}
title: Code Coverage
update-comment: false
Expand Down

0 comments on commit 88f58b8

Please sign in to comment.