updated test workflow

This commit is contained in:
irongut
2022-07-27 00:51:05 +01:00
committed by GitHub
parent 8accb9dd63
commit df43d7d643
+5 -1
View File
@@ -10,10 +10,14 @@ jobs:
runs-on: ubuntu-latest
name: CI Build
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test Action
uses: irongut/CodeCoverageSummary@master
with:
filename: /app/sample.coverage.xml,/app/sample.coverage.xml
filename: /src/coverage.*.xml
badge: true
fail_below_min: true
format: markdown