diff --git a/.deepsource.toml b/.deepsource.toml deleted file mode 100644 index a03a752..0000000 --- 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 acd7062..321d512 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 3f147a4..3393d58 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 e0b2721..fa01303 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 0344631..fbcb1ef 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 c1da6ea..563beeb 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