Skip to content

Commit df43d7d

Browse files
authored
updated test workflow
1 parent 8accb9d commit df43d7d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test-linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: CI Build
1212
steps:
13+
14+
- name: Checkout
15+
uses: actions/checkout@v2
16+
1317
- name: Test Action
1418
uses: irongut/CodeCoverageSummary@master
1519
with:
16-
filename: /app/sample.coverage.xml,/app/sample.coverage.xml
20+
filename: /src/coverage.*.xml
1721
badge: true
1822
fail_below_min: true
1923
format: markdown

0 commit comments

Comments
 (0)