Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar92 committed Jun 11, 2024
1 parent 4d454e4 commit 97dbd93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: .

- name: SonarCloud
uses: SonarSource/[email protected]
Expand Down
4 changes: 0 additions & 4 deletions octopoes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ env = [
"QUEUE_URI=amqp://placeholder",
"KATALOGUS_API=http://placeholder:8000",
]

[tool.coverage.run]
sources = ["octopoes"]
relative_files = true
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sonar.python.coverage.reportPaths=coverage/coverage.xml

# Analysis scoping
# sonar.sources=assets,public,src,templates
sonar.sources=octopoes,
sonar.sources=octopoes/
# sonar.tests=tests

# Code coverage
Expand Down

0 comments on commit 97dbd93

Please sign in to comment.