Skip to content

Commit

Permalink
install coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Mar 12, 2022
1 parent 6a82243 commit 5b1113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install pytest
python -m pip install pytest coverage
- name: Test with coverage/pytest
run: |
coverage run -m pytest
Expand Down

0 comments on commit 5b1113f

Please sign in to comment.