Skip to content

Commit

Permalink
generate coverage.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Mar 20, 2020
1 parent d92b017 commit 44ed959
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/espn-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: |
python setup.py install
pip install coverage
run: python setup.py install
- name: Test with nosetests
run: python3 setup.py nosetests
- name: Upload coverage to Codecov
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ venv/
.coverage
build
dist
env
env
coverage*
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
exe=1
nocapture=1
with-coverage=1
cover-package=espn_api
cover-package=espn_api
cover-xml=1

0 comments on commit 44ed959

Please sign in to comment.