mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-14 14:10:14 +02:00
updated test action
This commit is contained in:
@@ -2,7 +2,6 @@ name: Test Linux Runner
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches: [master]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -15,4 +14,7 @@ jobs:
|
||||
uses: irongut/CodeCoverageSummary@master
|
||||
with:
|
||||
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