fix(ci): merge coverage into pytest step to fix Coverage failure

This commit is contained in:
alex
2026-05-30 09:41:50 +02:00
parent 43f973ebc2
commit 4b339228fe

View File

@@ -37,13 +37,6 @@ jobs:
C:\Miniconda\condabin\conda.bat activate botty
python -c "import sys; print(sys.version)"
coverage run -m pytest test/smoke_test.py test/nip/ test/game_stats_test.py test/closest_non_hud_test.py test/transmute/ test/test_setup_bat_files.py -v -s
- name: Coverage
shell: powershell
env:
PYTHONPATH: ./src
run: |
C:\Miniconda\condabin\conda.bat activate botty
coverage xml
build: