Browse Source

build(deps): Bump codecov/codecov-action from v1.1.1 to v1.2.0 (#5863)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
pull/5867/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
5b17c01e41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/coverage.yml

+ 1
- 1
.github/workflows/coverage.yml View File

@ -121,7 +121,7 @@ jobs:
- run: |
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt
if: env.GIT_DIFF
- uses: codecov/codecov-action@v1.1.1
- uses: codecov/codecov-action@v1.2.0
with:
file: ./coverage.txt
if: env.GIT_DIFF

Loading…
Cancel
Save