From 5ce7a9c6f57ec30aec7d61387d517eeffc7fcd43 Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 15 Jun 2026 13:17:38 +0200 Subject: [PATCH] ci: remove test workflows --- .github/workflows/test.yml | 32 -------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index fc53912..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Python Test CI - -concurrency: - group: test-${{ github.ref }} - cancel-in-progress: true - -on: - workflow_dispatch: - push: - paths: - - '.github/workflows/test.yml' - - 'pyproject.toml' - - 'uv.lock' - - '.python-version' - - '**/*.py' - -jobs: - coverage: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v5 - - name: Set up UV - uses: actions/setup-uv@v1 - - name: Run tests with coverage - run: uv run coverage run -m unittest -v - - name: Generate coverage XML report - run: uv run coverage xml - - name: Create coverage summary - uses: actions/code-coverage-summary@v1.3.0 - with: - filename: coverage.xml diff --git a/README.md b/README.md index 34d99d7..2aeb2c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=lint.yml) [![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/test.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=test.yml) +[![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=lint.yml) # Cool Domain