Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 24, 2024
1 parent 2a2610c commit 966c6be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,15 @@ jobs:
uses: madrapps/[email protected]
with:
paths: |
**/build/reports/kover/reportDebug.xml
${{ github.workspace }}/pillarbox-analytics/build/reports/kover/reportDebug.xml
${{ github.workspace }}/pillarbox-core-business/build/reports/kover/reportDebug.xml
${{ github.workspace }}/pillarbox-player/build/reports/kover/reportDebug.xml
${{ github.workspace }}/pillarbox-ui/build/reports/kover/reportDebug.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 0
min-coverage-changed-files: 0
update-comment: true
title: Code Coverage
pass-emoji: 🟢
fail-emoji: 🔴

Expand Down

0 comments on commit 966c6be

Please sign in to comment.