Add extra step to upload to codecov.

This commit is contained in:
Yuxin Wang 2020-04-22 02:06:58 -04:00 committed by GitHub
parent 13b98fe39f
commit 6fe530d7d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,3 +36,5 @@ jobs:
pip install tox
# remove the "." in the python version
tox -e "py${PYTHON_VERSION//.}"
- name: Upload to codecov
uses: codecov/codecov-action@v1