Commit c2cc1996 authored by inphi's avatar inphi

ci: re-enable ctb codecov

And increase the resource class of the contract-bedrock-tests job
parent bf530470
......@@ -361,7 +361,7 @@ jobs:
contracts-bedrock-coverage:
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
resource_class: large
resource_class: xlarge
steps:
- checkout
- check-changed:
......@@ -372,7 +372,7 @@ jobs:
working_directory: packages/contracts-bedrock
- run:
name: test and generate coverage
command: pnpm coverage:lcov || true
command: pnpm coverage:lcov
no_output_timeout: 18m
environment:
FOUNDRY_PROFILE: ci
......
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