From a8127828dd18d37bc510204743c34194090ae675 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 17 Feb 2025 16:59:45 +0000 Subject: Update main.yml --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab7a260..558c70e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,5 @@ jobs: env: DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }} run: | - # Install DeepSource CLI curl https://deepsource.io/cli | sh - # Report coverage results (ensure the path to coverage.xml is correct) ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml -- cgit v1.2.3