Skip to content

Commit 553f565

Browse files
committed
Fix test coverage workflow
1 parent 21a3c6f commit 553f565

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: 'ubuntu-24.04'
1212

1313
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
1417
- name: Check test coverage
1518
uses: ./.github/actions/devcontainer
1619
with:
@@ -26,4 +29,3 @@ jobs:
2629
with:
2730
filename: coverage.cobertura.xml
2831
badge: true
29-

0 commit comments

Comments
 (0)