We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdf4aa commit ff0ef6bCopy full SHA for ff0ef6b
.github/workflows/ci.yml
@@ -50,6 +50,13 @@ jobs:
50
--alluredir=allure-results > coverage.txt
51
pytest --junitxml=pytest.xml
52
53
+ - name: Generate Allure Report
54
+ if: always()
55
+ run: |
56
+ source venv/bin/activate
57
+ pip install allure-behave
58
+ allure generate allure-results -o allure-report --clean
59
+
60
- name: Pytest coverage comment
61
uses: MishaKav/pytest-coverage-comment@main
62
with:
0 commit comments