upload coverage to codecov.io

This commit is contained in:
Brian Warner 2021-01-09 17:33:16 -08:00
parent 6f395fa6d8
commit e56dd2196b

View File

@ -23,10 +23,13 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip tox python -m pip install --upgrade pip tox codecov
tox --notest tox --notest
- name: Test - name: Test
run: | run: |
python --version python --version
tox -e coverage tox -e coverage
- name: Upload Coverage
run: codecov