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 runs-on: ubuntu-latest
name: CI Build name: CI Build
steps: steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test Action - name: Test Action
uses: irongut/CodeCoverageSummary@master uses: irongut/CodeCoverageSummary@master
with: with:
filename: /app/sample.coverage.xml,/app/sample.coverage.xml filename: /src/coverage.*.xml
badge: true badge: true
fail_below_min: true fail_below_min: true
format: markdown format: markdown