Skip to content

Commit deaeabf

Browse files
committed
chore: report code coverage to QLTY
1 parent 37b8ce8 commit deaeabf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- '**'
7+
- "**"
88

99
jobs:
1010
test:
@@ -27,6 +27,11 @@ jobs:
2727
- name: Run unit tests with coverage
2828
run: npm run test:cov
2929

30+
- uses: qltysh/qlty-action/coverage@v1
31+
with:
32+
oidc: true
33+
files: coverage/lcov.info
34+
3035
- name: Run e2e tests
3136
run: npm run test:e2e
3237

0 commit comments

Comments
 (0)