Skip to content

Commit

Permalink
ci: try sonar-scanner
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Nov 8, 2024
1 parent 3a076a5 commit d51d901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd iroha_daemon && scripts/test_env.py setup && cd .. &&
python -m venv .venv &&
source .venv/bin/activate &&
pip install pytest faker allure-pytest pytest-cov &&
pip install pytest faker allure-pytest pytest-cov bandit pylint &&
pip install --break-system-packages target/wheels/iroha-*.whl &&
python -m pytest --cov=*.py --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ &&
bandit --format json --output bandit-report.json --recursive *.py &&
Expand Down

0 comments on commit d51d901

Please sign in to comment.