Skip to content

Commit

Permalink
Use the right code coverage definitions (tendermint#352) (tendermint#355
Browse files Browse the repository at this point in the history
)

by moving the `codecov.yml` file from .github the root folder.

---

#### PR checklist

- [x] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code comments

(cherry picked from commit c906604)

Co-authored-by: Lasaro <lasaro@informal.systems>
  • Loading branch information
mergify[bot] and lasarojc committed Feb 17, 2023
1 parent 5ffd6a7 commit 6abd3bf
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,24 @@ coverage:
precision: 2
round: down
range: "70...100"
github_checks:
annotations: false

status:
project:
default:
threshold: 1%
patch: on
threshold: 20%
patch: off
changes: off

comment:
layout: "diff, files"
behavior: default
require_changes: no
require_base: no
require_head: yes
github_checks:
annotations: false

comment: false

ignore:
- "docs"
- "DOCKER"
- "scripts"
- "**/*.pb.go"
- "libs/pubsub/query/query.peg.go"
- "*.md"
- "*.rst"
- "*.yml"

0 comments on commit 6abd3bf

Please sign in to comment.