From 71001f696bd22e7d8edf8e6e5b58373e821661a6 Mon Sep 17 00:00:00 2001 From: Ammar Date: Wed, 12 Jun 2024 22:45:24 +0200 Subject: [PATCH] Testing --- .github/workflows/sonar-cloud.yml | 2 -- octopoes/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 1170756e1c1..33901b1b051 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -30,8 +30,6 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 - with: - path: ${{ github.workspace}} - name: SonarCloud uses: SonarSource/sonarcloud-github-action@v2.2.0 diff --git a/octopoes/pyproject.toml b/octopoes/pyproject.toml index baed22db828..87b35b92924 100644 --- a/octopoes/pyproject.toml +++ b/octopoes/pyproject.toml @@ -63,4 +63,4 @@ env = [ [tool.coverage.run] relative_files = true -source = ["octopoes"] \ No newline at end of file +# source = ["octopoes"] \ No newline at end of file