From 16d888d571232a142c2eb4656e1a571337ee29a7 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Sun, 17 Apr 2016 13:43:21 +0200 Subject: [PATCH] Minor change to codecov.yml --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 27507adb..d3956b6c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -28,5 +28,7 @@ coverage: - "tests/*" comment: - layout: "header, diff, changes, sunburst, suggestions" + # @stevepeak (from codecov.io) suggested we change 'suggestions' to 'uncovered' + # in the following line. Thanks Steve! + layout: "header, diff, changes, sunburst, uncovered" behavior: default