Browse Source
build(deps): Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#6938)
pull/6947/head
dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/coverage.yml
|
@ -127,7 +127,7 @@ jobs: |
|
|
- run: | |
|
|
- run: | |
|
|
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt |
|
|
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt |
|
|
if: env.GIT_DIFF |
|
|
if: env.GIT_DIFF |
|
|
- uses: codecov/codecov-action@v2.0.3 |
|
|
|
|
|
|
|
|
- uses: codecov/codecov-action@v2.1.0 |
|
|
with: |
|
|
with: |
|
|
file: ./coverage.txt |
|
|
file: ./coverage.txt |
|
|
if: env.GIT_DIFF |
|
|
if: env.GIT_DIFF |