mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-21 19:28:38 +00:00
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:
parent
5712c36217
commit
d1a4511955
1 changed files with 0 additions and 1 deletions
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue