Commit 913569d1 authored by clabby's avatar clabby

codecov

parent b43b807f
...@@ -1244,8 +1244,14 @@ jobs: ...@@ -1244,8 +1244,14 @@ jobs:
- run: - run:
name: Run op-service RethDB tests name: Run op-service RethDB tests
command: | command: |
gotestsum --format=standard-verbose -- -run TestRethDB -tags rethdb -v gotestsum --format=standard-verbose --junitfile=/tmp/test-results/op-service.xml \
-- -parallel=8 -coverpkg=github.com/ethereum-optimism/optimism/... -coverprofile=coverage.out \
-run TestRethDB -tags rethdb -v
working_directory: op-service/sources working_directory: op-service/sources
# TODO(CLI-148): Fix codecov
#- run:
#name: upload coverage
#command: codecov --verbose --clean --flags bedrock-rethdb-go-tests
bedrock-go-tests: # just a helper, that depends on all the actual test jobs bedrock-go-tests: # just a helper, that depends on all the actual test jobs
docker: docker:
......
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