We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd1055 commit dc7d214Copy full SHA for dc7d214
.github/workflows/pr-pytests.yml
@@ -42,9 +42,10 @@ jobs:
42
python -m venv .venv &&
43
source .venv/bin/activate &&
44
pip install pytest faker allure-pytest pytest-cov bandit pylint &&
45
- pip install --break-system-packages target/wheels/iroha-*.whl
46
- python -m pytest --cov=. --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ &&
47
- bandit --format json --output bandit-report.json --recursive tests/"
+ pip install --break-system-packages target/wheels/iroha-*.whl &&
+ bandit --format json --output bandit-report.json --recursive tests/ &&
+ python -m pytest --cov=. --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
48
+
49
- name: SonarQube
50
uses: sonarsource/sonarqube-scan-action@master
51
env:
0 commit comments