Skip to content

Commit

Permalink
Allow dips in coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Sep 1, 2023
1 parent 8b8454d commit e3d40f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# SPDX-FileCopyrightText: 2019 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---

coverage:
range: 50..80
round: down
precision: 2
status:
project:
default:
target: auto
threshold: 2%
paths:
- "github.com/xmidt-org/wrp-listener/..."
patch:
default:
target: auto
threshold: 2%
paths:
- "github.com/xmidt-org/wrp-listener/..."
changes:
default:
target: auto
threshold: 2%
paths:
- "github.com/xmidt-org/wrp-listener/..."

ignore:
- "*_test.go"
Expand Down

0 comments on commit e3d40f4

Please sign in to comment.