Skip to content

Commit

Permalink
ci: try sonar-scanner
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Nov 8, 2024
1 parent 98c1c5e commit d8b4355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Sonar tests
run: |
pip install pytest pylint bandit
bandit --format json --output bandit-report.json --recursive hyperledger-iroha:iroha-python
python -m pytest --cov=hyperledger-iroha:iroha-python --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ &&
pylint my_library -r n > pylint-report.txt
- name: SonarQube
Expand Down

0 comments on commit d8b4355

Please sign in to comment.