updated test workflow

This commit is contained in:
irongut
2021-11-24 23:33:15 +00:00
committed by GitHub
parent 97f4a52b81
commit 46bc9869d5
+6 -2
View File
@@ -13,8 +13,12 @@ jobs:
- name: Test Action
uses: irongut/CodeCoverageSummary@master
with:
filename: '/app/sample.coverage.xml'
filename: /app/sample.coverage.xml
badge: true
format: 'md'
fail_below_min: true
format: 'markdown'
hide_branch_rate: false
hide_complexity: true
indicators: true
output: 'both'
thresholds: '60 80'