Fix testing (#437)

* test

* with coverage

* add back coverage

* actually fixing test

* ups typo
This commit is contained in:
aeon0
2022-01-12 19:52:26 +01:00
committed by GitHub
parent 5f1ffd153b
commit 39dd868a34
2 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ jobs:
C:\Miniconda\condabin\conda.bat activate botty
python -c "import sys; print(sys.version)"
coverage run --source=./src -m pytest -v -s
- name: Coverage Report Generation
shell: powershell
run: |
C:\Miniconda\condabin\conda.bat activate botty
coverage xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2