Skip to content

Commit

Permalink
chore: drop deepsource integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 5, 2025
1 parent 7877dad commit 3adef4d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 28 deletions.
16 changes: 0 additions & 16 deletions .deepsource.toml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: Hadolint
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: mypy
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: Pre-commit check
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Files: wlc/test_data/*
Copyright: Michal Čihař <[email protected]>
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ř <[email protected]>
License: GPL-3.0-or-later

Expand Down

0 comments on commit 3adef4d

Please sign in to comment.