From 3adef4deae4d0a8b91e6ab679cbc9d3e771968fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 5 Feb 2025 14:15:38 +0100 Subject: [PATCH] chore: drop deepsource integration --- .deepsource.toml | 16 ---------------- .github/workflows/hadolint.yml | 1 - .github/workflows/mypy.yml | 1 - .github/workflows/pre-commit.yml | 1 - .github/workflows/test.yml | 8 -------- .reuse/dep5 | 2 +- 6 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 .deepsource.toml diff --git a/.deepsource.toml b/.deepsource.toml deleted file mode 100644 index a03a7525..00000000 --- a/.deepsource.toml +++ /dev/null @@ -1,16 +0,0 @@ -test_patterns = [ - "tests/**", - "**/test_*.py" -] -version = 1 - -[[analyzers]] -enabled = true -name = "python" - -[analyzers.meta] -runtime_version = "3.x.x" - -[[analyzers]] -enabled = true -name = "test-coverage" diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index acd7062a..321d5126 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -8,7 +8,6 @@ name: Hadolint on: push: branches-ignore: - - deepsource-fix-** - renovate/** - weblate pull_request: diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 3f147a44..3393d58e 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -7,7 +7,6 @@ name: mypy on: push: branches-ignore: - - deepsource-fix-** - renovate/** - weblate pull_request: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index e0b27216..fa013030 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,7 +8,6 @@ name: Pre-commit check on: push: branches-ignore: - - deepsource-fix-** - renovate/** - weblate pull_request: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03446314..fbcb1efc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,11 +51,3 @@ jobs: token: ${{secrets.CODECOV_TOKEN}} flags: unittests name: Python ${{ matrix.python-version }}, ${{ matrix.os }} - - name: DeepSource - if: ${{ matrix.os == 'ubuntu-20.04' }} - continue-on-error: true - env: - DEEPSOURCE_DSN: ${{secrets.DEEPSOURCE_DSN}} - run: | - curl https://deepsource.io/cli | sh - ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml diff --git a/.reuse/dep5 b/.reuse/dep5 index c1da6eaa..563beebe 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -7,7 +7,7 @@ Files: wlc/test_data/* Copyright: Michal Čihař License: GPL-3.0-or-later -Files: .coveragerc .deepsource.toml .dockerignore .gitignore .isort.cfg .pre-commit-config.yaml MANIFEST.in codecov.yml requirements*.txt setup.cfg pyproject.toml .editorconfig +Files: .coveragerc .dockerignore .gitignore .isort.cfg .pre-commit-config.yaml MANIFEST.in codecov.yml requirements*.txt setup.cfg pyproject.toml .editorconfig Copyright: Michal Čihař License: GPL-3.0-or-later