This commit is contained in:
@@ -36,10 +36,11 @@ jobs:
|
||||
- name: Run tests and generate reports (Allure + pytest-html)
|
||||
run: |
|
||||
export PATH="$HOME/.pixi/bin:$PATH"
|
||||
cd slic
|
||||
pixi run pytest --cov=slic --cov-report=xml --cov-report=html \
|
||||
--alluredir=allure-results \
|
||||
--html=ci-reports/html-report.html --self-contained-html
|
||||
allure generate allure-results -o allure-report
|
||||
allure generate allure-results -o allure-report
|
||||
|
||||
|
||||
- name: Copy reports to ci-reports/
|
||||
|
||||
Reference in New Issue
Block a user