|
|
@ -52,7 +52,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.13 |
|
|
|
- uses: codecov/codecov-action@v1.0.14 |
|
|
|
with: |
|
|
|
file: ./coverage.txt |
|
|
|
if: env.GIT_DIFF |
|
|
@ -76,7 +76,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.13 |
|
|
|
- uses: codecov/codecov-action@v1.0.14 |
|
|
|
with: |
|
|
|
file: ./coverage.txt |
|
|
|
if: env.GIT_DIFF |
|
|
@ -100,7 +100,7 @@ jobs: |
|
|
|
run: | |
|
|
|
cat xac.txt | xargs go test -mod=readonly -timeout 10m -race -coverprofile=coverage.txt -covermode=atomic |
|
|
|
if: env.GIT_DIFF |
|
|
|
- uses: codecov/codecov-action@v1.0.13 |
|
|
|
- uses: codecov/codecov-action@v1.0.14 |
|
|
|
with: |
|
|
|
file: ./coverage.txt |
|
|
|
if: env.GIT_DIFF |
|
|
@ -124,7 +124,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.13 |
|
|
|
- uses: codecov/codecov-action@v1.0.14 |
|
|
|
with: |
|
|
|
file: ./coverage.txt |
|
|
|
if: env.GIT_DIFF |