Skip to content

Commit 4eec7e3

Browse files
committed
Try with just coverage
1 parent 757b363 commit 4eec7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
with:
5454
args: >
5555
-Dsonar.python.coverage.reportPaths=ci-coverage.xml
56-
-Dsonar.python.pylint.reportPath .lint.json
57-
-Dsonar.python.bandit.reportPaths .security.json
56+
# -Dsonar.python.pylint.reportPath .lint.json
57+
# -Dsonar.python.bandit.reportPaths .security.json
5858

5959
- name: Upload Artifacts
6060
uses: actions/[email protected]

0 commit comments

Comments
 (0)