Use codecov-action for codecov and remove travis-ci (#1550)

* Use codecov via a Github Action
* Remove Travis CI as CI provider
This commit is contained in:
Kevin Chung
2020-07-17 22:35:17 -04:00
committed by GitHub
parent b0f278bd97
commit ddf7ba1cb0
5 changed files with 13 additions and 41 deletions

View File

@@ -36,6 +36,8 @@ jobs:
AWS_ACCESS_KEY_ID: AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
- name: Coverage
run: codecov
- name: Codecov
uses: codecov/codecov-action@v1.0.11
with:
file: ./coverage.xml