Skip to content

Commit f9cb327

Browse files
Show coverage logs
1 parent 58ab469 commit f9cb327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
- main
1010

1111
jobs:
12-
test:
12+
coverage:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
- name: Init
1818
run: npm ci
1919
- name: Run Coverage
20-
run: (npm run coverage 2>&1) | tee /tmp/coverage.out | cat /tmp/coverage.out
20+
run: (npm run coverage 2>&1) | tee /tmp/coverage.out | cat
2121
- name: Check coverage
2222
run: cat /tmp/coverage.out | grep "Global test coverage"

0 commit comments

Comments
 (0)