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 56ca715 commit d8d7a5f
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 @@ -44,7 +44,6 @@ jobs:
pip install pytest faker allure-pytest pytest-cov bandit pylint &&
pip install --break-system-packages target/wheels/iroha-*.whl &&
python -m pytest --cov=. --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ &&
bandit --format json --output bandit-report.json --recursive tests/ &&
pylint tests/ -r n > pylint-report.txt"
- name: SonarQube
uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit d8d7a5f

Please sign in to comment.