Files
lodestar/.codecov.yml
Nazar Hussain c98a48a4fb test: fix code coverage (#6410)
* Fix ci coverage

* Update the CI tasks to remove warning

* Fix coverage path

* Remove the coverage for spec-test-util

* Update the ci tasks to clear warnings

* Use latest codecov uploader

* Add codecov token

* Update the code coverage task

* Add the badge

* Remove a temp task

* Split badges to two lines

* Remove the token from the badge
2024-02-08 16:59:25 +01:00

43 lines
555 B
YAML

codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project: no
patch: no
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "header, diff"
behavior: default
require_changes: no
ignore:
- "**/test"
- "**/node_modules"
- "**/bin"
- "**/scripts"
- "**/mock*"
- "supporting-docs"
- "docker"
- ".github"
flags:
unit:
paths:
- ".*"
carryforward: true