Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 52s
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 52s
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
pip install coverage pytest-html pytest-cov
|
||||
echo "VIRTUAL_ENV=$HOME/venv" >> $GITHUB_ENV
|
||||
|
||||
- name: Run tests with coverage and generate reports
|
||||
- name: Run tests and generate reports
|
||||
run: |
|
||||
export PATH="$HOME/.pixi/bin:$PATH"
|
||||
source "$VIRTUAL_ENV/bin/activate"
|
||||
|
||||
Reference in New Issue
Block a user