Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0

- name: Run type checks
run: uv run --frozen pyright src tests
run: uv run --frozen ty check src tests


test:
Expand All @@ -63,7 +63,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests for given python version
run: uv run --frozen pytest --cov=src/xpdtools --cov-report=xml --cov-report=term
run: uv run --frozen pytest --cov=src/xpd_tools --cov-report=xml --cov-report=term

# Uncomment once codecov is enabled.
# - name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:

- name: Verify installation
run: |
python -m xpdtools --version
python -m xpd-tools --version