Remove codecov token from GitHub action.

It wasn't working with the token and the docs indicate that it is not
necessary for GitHub actions so lets see what happens.
This commit is contained in:
Dave Shawley 2021-09-14 07:53:11 -04:00
parent 5712c36217
commit d1a4511955
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED

View file

@ -50,7 +50,6 @@ jobs:
uses: codecov/codecov-action@v1.3.2
if: github.event_name == 'push'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true