Skip to content

Commit ff0ef6b

Browse files
committed
first generate the Allure report
1 parent dcdf4aa commit ff0ef6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
--alluredir=allure-results > coverage.txt
5151
pytest --junitxml=pytest.xml
5252
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+
5360
- name: Pytest coverage comment
5461
uses: MishaKav/pytest-coverage-comment@main
5562
with:

0 commit comments

Comments
 (0)