mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Fully remove deepsource cov (#5874)
* Added first UI components for user managment Ref #4962 * removed forgotten deepsource section Follow up to #5851 * Revert "Added first UI components for user managment" This reverts commit 624121ea2985065178ac0c31204213fe6b2b712d.
This commit is contained in:
parent
63edd39e2d
commit
0af08da6f8
9
.github/workflows/qc_checks.yaml
vendored
9
.github/workflows/qc_checks.yaml
vendored
@ -195,7 +195,6 @@ jobs:
|
|||||||
INVENTREE_DB_ENGINE: sqlite3
|
INVENTREE_DB_ENGINE: sqlite3
|
||||||
INVENTREE_PLUGINS_ENABLED: true
|
INVENTREE_PLUGINS_ENABLED: true
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1
|
||||||
@ -217,14 +216,6 @@ jobs:
|
|||||||
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # pin@v2.2.3
|
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # pin@v2.2.3
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Upload Coverage to Deepsource
|
|
||||||
if: ${{ github.repository == 'inventree/InvenTree' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
|
||||||
env:
|
|
||||||
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
|
|
||||||
run: |
|
|
||||||
coverage xml -i
|
|
||||||
curl -sSL https://deepsource.io/cli | sh
|
|
||||||
./bin/deepsource report --analyzer test-coverage --key python --value-file coverage.xml
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
name: Tests - DB [PostgreSQL]
|
name: Tests - DB [PostgreSQL]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user