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
0648499c
Unverified
Commit
0648499c
authored
Dec 05, 2024
by
smartcontracts
Committed by
GitHub
Dec 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: codecov config (#13244)
parent
564b0c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
codecov.yml
codecov.yml
+11
-6
No files found.
codecov.yml
View file @
0648499c
codecov
:
codecov
:
require_ci_to_pass
:
false
require_ci_to_pass
:
false
comment
:
comment
:
layout
:
"
diff,
flags,
files"
layout
:
"
diff,
flags,
files"
behavior
:
default
behavior
:
default
...
@@ -12,8 +13,14 @@ ignore:
...
@@ -12,8 +13,14 @@ ignore:
-
"
**/*.t.sol"
-
"
**/*.t.sol"
-
"
packages/contracts-bedrock/test/**/*.sol"
-
"
packages/contracts-bedrock/test/**/*.sol"
-
"
packages/contracts-bedrock/scripts/**/*.sol"
-
"
packages/contracts-bedrock/scripts/**/*.sol"
-
"
packages/contracts-bedrock/contracts/vendor/WETH9.sol"
-
"
packages/contracts-bedrock/src/vendor/**/*.sol"
-
'
packages/contracts-bedrock/contracts/EAS/**/*.sol'
-
"
packages/contracts-bedrock/src/interfaces/**/*.sol"
# TODO: add coverage for MIPS64 back once tests are merged in
-
"
packages/contracts-bedrock/src/cannon/MIPS64.sol"
-
"
packages/contracts-bedrock/src/cannon/libraries/MIPS64Instructions.sol"
-
"
packages/contracts-bedrock/src/cannon/libraries/MIPS64State.sol"
-
"
packages/contracts-bedrock/src/cannon/libraries/MIPS64Syscalls.sol"
coverage
:
coverage
:
status
:
status
:
patch
:
patch
:
...
@@ -26,16 +33,14 @@ coverage:
...
@@ -26,16 +33,14 @@ coverage:
project
:
project
:
default
:
default
:
informational
:
true
informational
:
true
flag_management
:
flag_management
:
# Note: flags should have the same name as the circleci job in which they
# Note: flags should have the same name as the circleci job in which they
# are uploaded.
# are uploaded.
individual_flags
:
individual_flags
:
-
name
:
contracts-bedrock-
tests
-
name
:
contracts-bedrock-
coverage
paths
:
paths
:
-
packages/contracts-bedrock/src
-
packages/contracts-bedrock/src
statuses
:
statuses
:
-
type
:
patch
-
type
:
patch
target
:
100%
target
:
100%
-
name
:
bedrock-go-tests
-
name
:
contracts-tests
-
name
:
sdk-tests
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