Skip to content

Commit

Permalink
fix: remove extra args from sonarcloud runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 authored Jun 27, 2024
1 parent 4d2d0bc commit 3af6de3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ jobs:
run: coverage xml -o coverage.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-X
-Dsonar.sources=ckanext/fairdatapoint
-Dsonar.exclusions=**/tests/**
-Dsonar.tests=ckanext/fairdatapoint/tests
-Dsonar.test.inclusions=ckanext/fairdatapoint/tests/**/*.py
-Dsonar.python.coverage.reportPaths=coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 3af6de3

Please sign in to comment.