From 50ab0dd2c3dba39310f530b982cc2112accb9c4e Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Fri, 30 Aug 2024 09:23:22 +0300 Subject: [PATCH] Fixed coveralls task --- .github/workflows/tests.yaml | 2 +- Makefile | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6f96e43..85794f6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/Makefile b/Makefile index 0611933..c16f830 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b687dac..7e0f3ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ ] [tool.hatch.envs.upload-coverage.scripts] -coveralls = "coveralls" +run-coveralls = "coveralls" [tool.hatch.envs.types] extra-dependencies = [