diff --git a/.github/workflows/pr-pytests.yml b/.github/workflows/pr-pytests.yml index 19bd0a50..1c8f777c 100644 --- a/.github/workflows/pr-pytests.yml +++ b/.github/workflows/pr-pytests.yml @@ -43,7 +43,7 @@ jobs: source .venv/bin/activate && pip install pytest faker allure-pytest pytest-cov bandit pylint && pip install --break-system-packages target/wheels/iroha-*.whl && - python -m pytest --cov=docs-recipes/,examples/,tests/ --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ && + 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