From 4a0cadb8e78816125cc306bd216d8f6e25e0c1fa Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 19 Apr 2024 15:07:22 -0500 Subject: [PATCH] Remove comment section from codecov.yml to see if it makes a difference --- codecov.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index aaafbaf..dbe162c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,6 +17,3 @@ codecov: wait_for_ci: false # after_n_builds should match the number of CI jobs configured to upload reports to Codecov after_n_builds: 1 -comment: - layout: "condensed_header, condensed_files, condensed_footer" - hide_project_coverage: false