Commit 8ac11e31 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #7926 from ethereum-optimism/inphi/cc

ci: disable codecov comments on zero diff
parents 5b3f8b05 4cc340ae
...@@ -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