Explicitly install coverage

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2020-10-24 14:56:03 -04:00
parent 7367cb610b
commit cd9d055e34
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4

View File

@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox tox-gh-actions coverage
- name: Test with tox
run: tox
- name: Code Climate Coverage Action