Skip to content

Commit

Permalink
Install coverage module in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
srisco committed Feb 15, 2022
1 parent f083934 commit 43afb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install nose mock
pip install nose mock coverage
- name: Test
run: nosetests test/unit/*.py test/unit/aws/*.py test/unit/oscar/*.py -v --stop --with-xunit --with-coverage --cover-erase --cover-xml --cover-package=scar
- name: Report coverage
Expand Down

0 comments on commit 43afb8d

Please sign in to comment.