diff --git a/.github/workflows/pr-pytests.yml b/.github/workflows/pr-pytests.yml index aa191fc7..19bd0a50 100644 --- a/.github/workflows/pr-pytests.yml +++ b/.github/workflows/pr-pytests.yml @@ -43,9 +43,9 @@ 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=*.py --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ && - bandit --format json --output bandit-report.json --recursive *.py && - pylint *.py -r n > pylint-report.txt" + python -m pytest --cov=docs-recipes/,examples/,tests/ --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 env: