Skip to content

Commit

Permalink
Merge pull request #910 from oasisprotocol/lw/codecov
Browse files Browse the repository at this point in the history
Allow codecov coverage to drop by 0.5%
  • Loading branch information
lukaw3d authored Jul 6, 2022
2 parents 9158bda + 8cf1f14 commit 907f3e8
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
# Only post codecov comments when coverage changes
require_changes: true
require_base: true
require_head: true
branches: null

flag_management:
default_rules:
carryforward: boolean?
ignore: [path]?
paths: [path]?
statuses: [ #note, statuses are an array
name_prefix: string (r"^[\w\-\.]+$")
type: OR("project", "patch", "changes")
target: OR("auto", percent)?
include_changes: OR("auto", precent)?
threshold: percent?
**normal status attributes
]?
coverage:
status:
project:
default:
# Allow the coverage to drop by 0.5%
threshold: 0.5%

0 comments on commit 907f3e8

Please sign in to comment.