build(deps): bump codecov/codecov-action from v1.0.15 to v1.1.0 (#8195)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-12-21 05:19:46 -08:00 committed by GitHub
parent a8e58bcfe3
commit 79b696107e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ jobs:
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done done
if: env.GIT_DIFF if: env.GIT_DIFF
- uses: codecov/codecov-action@v1.0.15 - uses: codecov/codecov-action@v1.1.0
with: with:
file: ./coverage.txt file: ./coverage.txt
if: env.GIT_DIFF if: env.GIT_DIFF