mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-18 07:50:13 +02:00
updated test action
This commit is contained in:
@@ -2,7 +2,6 @@ name: Test Linux Runner
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
branches: [master]
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
@@ -15,4 +14,7 @@ jobs:
|
|||||||
uses: irongut/CodeCoverageSummary@master
|
uses: irongut/CodeCoverageSummary@master
|
||||||
with:
|
with:
|
||||||
filename: '/app/sample.coverage.xml'
|
filename: '/app/sample.coverage.xml'
|
||||||
badge: 'true'
|
badge: true
|
||||||
|
format: 'md'
|
||||||
|
fail_below_min: true
|
||||||
|
thresholds: '60 80'
|
||||||
|
|||||||
Reference in New Issue
Block a user