mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
feat/1731 code coverage in Codecov (#13)
* feat/1731 code coverage in Codecov
This commit is contained in:
37
codecov.yml
Normal file
37
codecov.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
codecov:
|
||||
notify:
|
||||
wait_for_ci: false
|
||||
require_ci_to_pass: false
|
||||
|
||||
comment:
|
||||
behavior: default
|
||||
hide_project_coverage: false
|
||||
layout: "diff, flags, files"
|
||||
require_base: false
|
||||
require_changes: false
|
||||
require_head: true
|
||||
show_carryforward_flags: true
|
||||
|
||||
coverage:
|
||||
precision: 2
|
||||
range: 60..80
|
||||
round: down
|
||||
status:
|
||||
changes: false
|
||||
default_rules:
|
||||
flag_coverage_not_uploaded_behavior: include
|
||||
patch: true
|
||||
project: true
|
||||
|
||||
flags:
|
||||
hardhat:
|
||||
paths:
|
||||
- contracts/
|
||||
kotlin:
|
||||
paths:
|
||||
- coordinator/
|
||||
- jvm-libs/
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
slack_app: false
|
||||
Reference in New Issue
Block a user