This commit is contained in:
@@ -36,12 +36,12 @@ jobs:
|
||||
- name: Run tests and generate reports (Allure + pytest-html)
|
||||
run: |
|
||||
export PATH="$HOME/.pixi/bin:$PATH"
|
||||
pixi run pip install pytest-html
|
||||
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
|
||||
|
||||
|
||||
- name: Copy reports to ci-reports/
|
||||
run: |
|
||||
mkdir -p ci-reports/coverage
|
||||
|
||||
Reference in New Issue
Block a user