Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e2ac30a5
Unverified
Commit
e2ac30a5
authored
Sep 27, 2022
by
Maurelian
Committed by
GitHub
Sep 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Add codecov flags per codebase (#3568)
parent
a6cbfee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
config.yml
.circleci/config.yml
+6
-7
No files found.
.circleci/config.yml
View file @
e2ac30a5
...
...
@@ -145,8 +145,7 @@ jobs:
working_directory
:
packages/contracts-bedrock
-
run
:
name
:
upload coverage
command
:
|
codecov --verbose || exit 0
command
:
codecov --verbose --clean --flag contracts-bedrock-forge
environment
:
FOUNDRY_PROFILE
:
ci
-
run
:
...
...
@@ -214,9 +213,10 @@ jobs:
command
:
yarn test:coverage
working_directory
:
packages/<<parameters.package_name>>
-
run
:
name
:
Upload coverage
reports to CodeCov
name
:
Upload coverage
command
:
|
codecov --verbose || exit 0
echo <<parameters.package_name>> # TEMP for debugging
codecov --verbose --clean --flag <<parameters.package_name>>
bedrock-go-tests
:
docker
:
...
...
@@ -301,9 +301,8 @@ jobs:
gotestsum --junitfile /test-results/op-chain-ops.xml -- -coverpkg=github.com/ethereum-optimism/optimism/... -coverprofile=coverage.out -covermode=atomic ./...
working_directory
:
op-chain-ops
-
run
:
name
:
Upload coverage reports to CodeCov
command
:
|
codecov --verbose || exit 0
name
:
upload coverage
command
:
codecov --verbose --clean --flag bedrock-go-tests
-
store_test_results
:
path
:
/test-results
-
run
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment