Commit c0f34abc authored by Joshua Gutow's avatar Joshua Gutow

Re-enable code cov

parent f44260d7
...@@ -362,7 +362,7 @@ jobs: ...@@ -362,7 +362,7 @@ jobs:
description: Go Module Name description: Go Module Name
type: string type: string
docker: docker:
- image: cimg/go:1.19 - image: ethereumoptimism/ci-builder:latest # only used to enable codecov.
resource_class: xlarge resource_class: xlarge
steps: steps:
- checkout - checkout
...@@ -375,9 +375,9 @@ jobs: ...@@ -375,9 +375,9 @@ jobs:
gotestsum --format=standard-verbose --junitfile=/tmp/test-results/<<parameters.module>>.xml \ gotestsum --format=standard-verbose --junitfile=/tmp/test-results/<<parameters.module>>.xml \
-- -coverpkg=github.com/ethereum-optimism/optimism/... -coverprofile=coverage.out ./... -- -coverpkg=github.com/ethereum-optimism/optimism/... -coverprofile=coverage.out ./...
working_directory: <<parameters.module>> working_directory: <<parameters.module>>
# - run: - run:
# name: upload coverage name: upload coverage
# command: codecov --verbose --clean --flags bedrock-go-tests command: codecov --verbose --clean --flags bedrock-go-tests
- store_test_results: - store_test_results:
path: /tmp/test-results path: /tmp/test-results
......
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