Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c906604

Browse files
authoredFeb 17, 2023
Use the right code coverage definitions (celestiaorg#352)
by moving the `codecov.yml` file from .github the root folder. --- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
1 parent 6ab7d28 commit c906604

File tree

2 files changed

+9
-36
lines changed

2 files changed

+9
-36
lines changed
 

‎.github/codecov.yml

-25
This file was deleted.

‎codecov.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,24 @@ coverage:
22
precision: 2
33
round: down
44
range: "70...100"
5-
github_checks:
6-
annotations: false
7-
85
status:
96
project:
107
default:
11-
threshold: 1%
12-
patch: on
8+
threshold: 20%
9+
patch: off
1310
changes: off
1411

15-
comment:
16-
layout: "diff, files"
17-
behavior: default
18-
require_changes: no
19-
require_base: no
20-
require_head: yes
12+
github_checks:
13+
annotations: false
14+
15+
comment: false
2116

2217
ignore:
2318
- "docs"
2419
- "DOCKER"
2520
- "scripts"
2621
- "**/*.pb.go"
2722
- "libs/pubsub/query/query.peg.go"
23+
- "*.md"
24+
- "*.rst"
25+
- "*.yml"

0 commit comments

Comments
 (0)
Please sign in to comment.