Skip to content

Commit 8bd1ab2

Browse files
committed
👷 Add back XML export
1 parent e00fe4f commit 8bd1ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
K_SOUP_COV_MIN_BRANCH: 100
99
K_SOUP_COV_MIN_LINE: 100
1010
K_SOUP_COV_MIN_HARD: true
11-
K_SOUP_COV_FORMATTERS: "html,rcov,lcov,json,tty"
11+
K_SOUP_COV_FORMATTERS: "html,xml,rcov,lcov,json,tty"
1212
K_SOUP_COV_DO: true
1313
K_SOUP_COV_MULTI_FORMATTERS: true
1414
K_SOUP_COV_COMMAND_NAME: "RSpec Coverage"
@@ -102,7 +102,7 @@ jobs:
102102
uses: irongut/[email protected]
103103
if: ${{ github.event_name == 'pull_request' }}
104104
with:
105-
filename: coverage/coverage.xml
105+
filename: ./coverage/coverage.xml
106106
badge: true
107107
fail_below_min: true
108108
format: markdown

0 commit comments

Comments
 (0)