Skip to content

Commit 9539738

Browse files
committed
Run coverage command
1 parent 2eb820a commit 9539738

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: make dev-dependencies
2828
- name: Install dependencies
2929
run: make dev-dependencies
30+
- name: Run coverage
31+
run: make ci-coverage
3032
- uses: qltysh/qlty-action/coverage@v1
3133
with:
3234
token: ${{secrets.QLTY_COVERAGE_TOKEN}}

0 commit comments

Comments
 (0)