Skip to content

Commit

Permalink
Use the right code coverage definitions (tendermint#352)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lasarojc committed Feb 17, 2023
1 parent 6ab7d28 commit c906604
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
25 changes: 0 additions & 25 deletions .github/codecov.yml

This file was deleted.

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 c906604

Please sign in to comment.