updated test action

This commit is contained in:
irongut
2021-10-26 23:53:11 +01:00
committed by GitHub
parent ac37b8e9b7
commit f89139ddac
+4 -2
View File
@@ -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'