pull/30/head
Raphaël Vinot 2020-11-30 16:16:26 +01:00
parent dc116426ee
commit d30b11b24a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
- name: Test
run: |
poetry run mypy kittengroomer/ filecheck/ tests/ scripts/ --ignore-missing-imports
pipenv run py.test --cov=kittengroomer --cov=filecheck tests/
poetry run py.test --cov=kittengroomer --cov=filecheck tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1