Skip to content

Commit b1d6982

Browse files
authored
Update test.yml
1 parent efe191d commit b1d6982

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
runs-on: ubuntu-latest
6565
needs: tests
6666
steps:
67-
- uses: actions/download-artifact@v4
67+
- name: Checkout repository
68+
uses: actions/checkout@v4
69+
- name: Download coverage artifacts
70+
uses: actions/download-artifact@v4
6871
with:
6972
pattern: coverage-*
7073
merge-multiple: true
@@ -73,6 +76,7 @@ jobs:
7376
- name: Generate coverage report
7477
run: |
7578
coverage combine
79+
coverage report
7680
coverage html
7781
- name: Upload coverage report
7882
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)