Skip to content

Commit 46bc986

Browse files
authored
updated test workflow
1 parent 97f4a52 commit 46bc986

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ jobs:
1313
- name: Test Action
1414
uses: irongut/CodeCoverageSummary@master
1515
with:
16-
filename: '/app/sample.coverage.xml'
16+
filename: /app/sample.coverage.xml
1717
badge: true
18-
format: 'md'
1918
fail_below_min: true
19+
format: 'markdown'
20+
hide_branch_rate: false
21+
hide_complexity: true
22+
indicators: true
23+
output: 'both'
2024
thresholds: '60 80'

0 commit comments

Comments
 (0)