From 8087478f6a9e04cbc0bbe179984008a97bbc76ba Mon Sep 17 00:00:00 2001 From: Steve Peak Date: Thu, 11 Aug 2016 11:04:50 -0600 Subject: [PATCH] Fix codecov.yml structure --- codecov.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/codecov.yml b/codecov.yml index 1451766eb..0d7e4821d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,14 +1,11 @@ coverage: round: nearest ignore: - - /ackhandlerlegacy/packet_linkedlist.go - - /utils/byteinterval_linkedlist.go - - /utils/packetinterval_linkedlist.go - notify: - status: - project: - default: - threshold: 0.5 - patch: - default: - enabled: false + - ackhandlerlegacy/packet_linkedlist.go + - utils/byteinterval_linkedlist.go + - utils/packetinterval_linkedlist.go + status: + project: + default: + threshold: 0.5 + patch: false