Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
pylint --fail-under 10 --disable=protected-access tests
- name: run tests
run: |
pytest . --cov-report lcov
- uses: qltysh/qlty-action/coverage@main
pytest -n 4 -Walways --cov=cli_wrapper --cov-branch --cov-report xml .
- uses: codecov/codecov-action@v5
with:
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
files: coverage.lcov
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Publish to PyPI
on:
push:
Expand Down