ci: remove codecov (#2161)

This commit is contained in:
Travis Groth 2021-04-30 15:37:40 -04:00 committed by GitHub
parent dae1836dff
commit a43d666d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -51,13 +51,6 @@ jobs:
- name: cover
if: runner.os == 'Linux'
run: make cover
- name: upload code coverage
if: runner.os == 'Linux'
uses: codecov/codecov-action@v1.3.1
with:
# The token below is used exclusively for uploading coverage reports.
token: "d82eb1d7-5990-4a31-baa4-156473402105"
file: ./coverage.txt
integration:
strategy: