Skip to content

Commit

Permalink
Upload code coverage stats to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Apr 25, 2020
1 parent e9a209e commit f35fd0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ jobs:
- name: Test with pytest
run: |
pip install -r requirements_dev.txt
pytest tests/
pytest --cov=binderbot tests/
- name: Upload coverage stats to codecov.io
run: |
pip install codecov
codecov
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Sphinx==1.8.5
twine==1.14.0
Click==7.0
pytest==4.6.5
pytest-cov
pytest-runner==5.1

0 comments on commit f35fd0c

Please sign in to comment.