Skip to content

Commit

Permalink
[PAN-1893] sonar analyzes python 312 (#20)
Browse files Browse the repository at this point in the history
* feature: use sonar cloud in separated workflow
  • Loading branch information
juanmanuel-tirado authored May 17, 2024
1 parent 8d999e7 commit 1cf095d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ on:
jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@v1

1 change: 1 addition & 0 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@v1
secrets: inherit

4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=pantos-io_common
sonar.projectName=common
sonar.organization=pantos-io
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.coverage.reportPaths=coverage-3.12.xml
sonar.python.version=3.12
sonar.coverage.exclusions=**/tests/**
sonar.coverage.exclusions=**/tests/**

0 comments on commit 1cf095d

Please sign in to comment.