build(deps): Bump codecov/codecov-action from v1.0.7 to v1.0.12 (#5247)

This commit is contained in:
dependabot[bot]
2020-08-13 17:43:57 +02:00
committed by GitHub
parent 7b367eb017
commit fca4cff113

View File

@@ -54,7 +54,7 @@ jobs:
run: |
cat xaa.txt | xargs go test -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic
if: "env.GIT_DIFF != ''"
- uses: codecov/codecov-action@v1.0.7
- uses: codecov/codecov-action@v1.0.12
with:
file: ./coverage.txt
if: "env.GIT_DIFF != ''"
@@ -80,7 +80,7 @@ jobs:
run: |
cat xab.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic
if: "env.GIT_DIFF != ''"
- uses: codecov/codecov-action@v1.0.7
- uses: codecov/codecov-action@v1.0.12
with:
file: ./coverage.txt
if: "env.GIT_DIFF != ''"
@@ -106,7 +106,7 @@ jobs:
run: |
cat xac.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic
if: "env.GIT_DIFF != ''"
- uses: codecov/codecov-action@v1.0.7
- uses: codecov/codecov-action@v1.0.12
with:
file: ./coverage.txt
if: "env.GIT_DIFF != ''"
@@ -132,7 +132,7 @@ jobs:
run: |
cat xad.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic
if: "env.GIT_DIFF != ''"
- uses: codecov/codecov-action@v1.0.7
- uses: codecov/codecov-action@v1.0.12
with:
file: ./coverage.txt
if: "env.GIT_DIFF != ''"