From 4b339228fe47e6d69bd6210a2e745a4e795b116a Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 30 May 2026 09:41:50 +0200 Subject: [PATCH] fix(ci): merge coverage into pytest step to fix Coverage failure --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9972322..ba7f9d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: