We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bfd25 commit 378c163Copy full SHA for 378c163
.github/workflows/python-quality.yml
@@ -29,7 +29,3 @@ jobs:
29
run: make dev-dependencies
30
- name: Run coverage
31
run: make ci-coverage
32
- - uses: qltysh/qlty-action/coverage@v2
33
- with:
34
- token: ${{secrets.QLTY_COVERAGE_TOKEN}}
35
- files: ${{github.workspace}}/coverage.lcov
.github/workflows/python-tests.yml
@@ -27,6 +27,3 @@ jobs:
27
- name: Test with pytest
28
run: |
make ci-test
- - name: Check typing
- run: |
- make typing
0 commit comments