Skip to content

Commit

Permalink
Fixed coveralls task
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Aug 30, 2024
1 parent c6752ee commit 50ab0dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Run tests with Python ${{ matrix.python-version }} on ${{ matrix.os }}"
strategy:
matrix:
python-version: [ '3.8', '3.12', '3.13' ]
python-version: [ '3.8', '3.12', '3.13.0-rc.1' ]
os: [ "ubuntu-22.04", "ubuntu-24.04" ]
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ build:
clean:coveralls
rm -rf dist build pyswip.egg-info

cover:
coverage:
hatch run test:coverage

upload-coverage:
hatch run upload-coverage:coveralls
hatch run upload-coverage:run-coveralls

test:
hatch run test:all
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies = [
]

[tool.hatch.envs.upload-coverage.scripts]
coveralls = "coveralls"
run-coveralls = "coveralls"

[tool.hatch.envs.types]
extra-dependencies = [
Expand Down

0 comments on commit 50ab0dd

Please sign in to comment.