feat: add codecov to GitHub Actions

This commit is contained in:
Jef LeCompte 2020-06-04 22:09:18 -04:00
parent c095429123
commit a96059634c
No known key found for this signature in database
GPG key ID: 9FFEF859EB0452E5

View file

@ -74,6 +74,8 @@ jobs:
tox -e py3${{ matrix.python-version }}-test
tox -e py3${{ matrix.python-version }}-cov
tox -e py3${{ matrix.python-version }}-flake8
pip install codecov || true
codecov || true
- name: Test with tox
if: matrix.python-version != '8'
run: tox -e py3${{ matrix.python-version }}-test