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 660f6ed commit baf4a9e
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 @@ -43,7 +43,7 @@ jobs:
source .venv/bin/activate &&
pip install pytest faker allure-pytest pytest-cov &&
pip install --break-system-packages target/wheels/iroha-*.whl &&
python -m pytest --cov=iroha-python --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
python -m pytest --cov=. --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 baf4a9e

Please sign in to comment.