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