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 144e714 commit 660f6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
cd iroha_daemon && scripts/test_env.py setup && cd .. &&
python -m venv .venv &&
source .venv/bin/activate &&
pip install pytest faker allure-pytest &&
pip install pytest faker allure-pytest pytest-cov &&
pip install --break-system-packages target/wheels/iroha-*.whl &&
python -m pytest --cov=hyperledger-iroha:iroha-python --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
python -m pytest --cov=iroha-python --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
# - name: Sonar tests
# run: bash -c " pip install pytest pylint bandit &&
# python -m pytest --cov=hyperledger-iroha:iroha-python --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
Expand Down

0 comments on commit 660f6ed

Please sign in to comment.