From 350da7797959d8eb3e800233b6c320d78beac336 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Wed, 8 May 2024 17:06:10 -0700 Subject: [PATCH] Fix codecov config The codecov config was invalid. Update it and validate using `https://api.codecov.io/validate`. --- codecov.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3de41d61..7db66f8f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,6 @@ +# The config file can be validated using https://api.codecov.io/validate +# `curl -X POST --data-binary @codecov.yml https://codecov.io/validate` +# # https://docs.codecov.com/docs/common-recipe-list coverage: @@ -6,9 +9,9 @@ coverage: default: target: auto threshold: 1% - github_checks: - # Install the codecov browser extension to see coverage annotations in GitHub. - # https://docs.codecov.com/docs/the-codecov-browser-extension - annotations: false - comment: - require_changes: true +github_checks: + # Install the codecov browser extension to see coverage annotations in GitHub. + # https://docs.codecov.com/docs/the-codecov-browser-extension + annotations: false +comment: + require_changes: true