mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
- Add pytest to test CI
This commit is contained in:
parent
4ae2ffe377
commit
10218ecce9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -56,7 +56,11 @@ jobs:
|
|||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --output-file=flake8.output
|
||||
cat flake8.output
|
||||
|
||||
- name: Test with Coverage
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest
|
||||
|
||||
- name: Generate Coverage
|
||||
run: |
|
||||
coverage run
|
||||
coverage xml
|
||||
|
|
Loading…
Reference in a new issue