We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb820a commit 9539738Copy full SHA for 9539738
.github/workflows/python-quality.yml
@@ -27,6 +27,8 @@ jobs:
27
run: make dev-dependencies
28
- name: Install dependencies
29
30
+ - name: Run coverage
31
+ run: make ci-coverage
32
- uses: qltysh/qlty-action/coverage@v1
33
with:
34
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
0 commit comments