mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-20 08:50:14 +02:00
updated test workflows
This commit is contained in:
@@ -13,12 +13,12 @@ jobs:
|
|||||||
- name: Test Action
|
- name: Test Action
|
||||||
uses: irongut/CodeCoverageSummary@master
|
uses: irongut/CodeCoverageSummary@master
|
||||||
with:
|
with:
|
||||||
filename: /app/sample.coverage.xml
|
filename: /app/sample.coverage.xml,/app/sample.coverage.xml
|
||||||
badge: true
|
badge: true
|
||||||
fail_below_min: true
|
fail_below_min: true
|
||||||
format: 'markdown'
|
format: markdown
|
||||||
hide_branch_rate: false
|
hide_branch_rate: false
|
||||||
hide_complexity: true
|
hide_complexity: true
|
||||||
indicators: true
|
indicators: true
|
||||||
output: 'both'
|
output: both
|
||||||
thresholds: '60 80'
|
thresholds: '60 80'
|
||||||
|
|||||||
@@ -14,5 +14,12 @@ jobs:
|
|||||||
- name: Test Action
|
- name: Test Action
|
||||||
uses: irongut/CodeCoverageSummary@master
|
uses: irongut/CodeCoverageSummary@master
|
||||||
with:
|
with:
|
||||||
filename: '/app/sample.coverage.xml'
|
filename: /app/sample.coverage.xml,/app/sample.coverage.xml
|
||||||
badge: 'true'
|
badge: true
|
||||||
|
fail_below_min: true
|
||||||
|
format: markdown
|
||||||
|
hide_branch_rate: false
|
||||||
|
hide_complexity: true
|
||||||
|
indicators: true
|
||||||
|
output: both
|
||||||
|
thresholds: '60 80'
|
||||||
|
|||||||
@@ -14,5 +14,12 @@ jobs:
|
|||||||
- name: Test Action
|
- name: Test Action
|
||||||
uses: irongut/CodeCoverageSummary@master
|
uses: irongut/CodeCoverageSummary@master
|
||||||
with:
|
with:
|
||||||
filename: '/app/sample.coverage.xml'
|
filename: /app/sample.coverage.xml,/app/sample.coverage.xml
|
||||||
badge: 'true'
|
badge: true
|
||||||
|
fail_below_min: true
|
||||||
|
format: markdown
|
||||||
|
hide_branch_rate: false
|
||||||
|
hide_complexity: true
|
||||||
|
indicators: true
|
||||||
|
output: both
|
||||||
|
thresholds: '60 80'
|
||||||
|
|||||||
Reference in New Issue
Block a user