build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 (#10131)

This commit is contained in:
dependabot[bot] 2021-09-14 10:14:38 -04:00 committed by GitHub
parent 6fc79b153d
commit b27be20a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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