Removed --cov

This commit is contained in:
Kkevsterrr 2020-03-12 23:36:46 -04:00
parent f4dd22f7fe
commit 343716c88d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
command: pip install --user -r requirements_windows.txt
name: Pip install
- run:
command: python -m pytest --cov=./ -sv tests/ --tb=short
command: python -m pytest -sv tests/ --tb=short
name: Test
workflows: