Skip to content

Commit fc56945

Browse files
committed
fixed update cov action
1 parent 6ef224f commit fc56945

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-cov-report.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
jobs:
88
update-base-report:
99
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
suite: [unit, predefined, combinations, misc]
1310

1411
steps:
1512
- name: Checkout
@@ -20,7 +17,7 @@ jobs:
2017
- name: Download artifacts
2118
uses: dawidd6/action-download-artifact@v7
2219
with:
23-
name: coverage-${{ matrix.suite }}
20+
name: coverage
2421
path: coverage.xml
2522
workflow: ci.yaml
2623

0 commit comments

Comments
 (0)