Commit 4cc340ae authored by inphi's avatar inphi

ci: disable codecov comments on zero diff

Also disables Go codecov to avoid spurious diffs due to
non-deterministic codecov reports
parent 515de0eb
...@@ -770,9 +770,10 @@ jobs: ...@@ -770,9 +770,10 @@ jobs:
key: golang-build-cache-<<parameters.module>> key: golang-build-cache-<<parameters.module>>
paths: paths:
- "/root/.cache/go-build" - "/root/.cache/go-build"
- run: # TODO(CLI-148): Fix codecov
name: upload coverage #- run:
command: codecov --verbose --clean --flags bedrock-go-tests #name: upload coverage
#command: codecov --verbose --clean --flags bedrock-go-tests
- store_test_results: - store_test_results:
path: /tmp/test-results path: /tmp/test-results
......
...@@ -3,7 +3,7 @@ codecov: ...@@ -3,7 +3,7 @@ codecov:
comment: comment:
layout: "diff, flags, files" layout: "diff, flags, files"
behavior: default behavior: default
require_changes: false require_changes: true
flags: flags:
- contracts-bedrock-tests - contracts-bedrock-tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment