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
Empty file removed .github/workflows/coveragerc
Empty file.
11 changes: 1 addition & 10 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,4 @@ jobs:
with:
enable-cache: false
- name: Run tests
run: make coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
run: make test
3 changes: 0 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ test: .venv
.venv:
uv sync

coverage.xml: .venv
uv run pytest --junitxml=junit.xml --cov=valentbind --cov-report xml:coverage.xml

ty: .venv
uv run ty check valentbind

Expand Down
Loading