From d71f9613b4d0176c881b2c1a083db504be07126c Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Mon, 24 Jul 2023 23:58:15 -0700 Subject: [PATCH] remove extra quote in codecov.yml It's unclear if this was causing problems, but it made the yaml fail validation so it seems prudent to clean it up. --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 33f27dcf1..71317c661 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,7 +7,7 @@ coverage: - "**/tests/*.c" - "src/common/libtap/.*" - "src/common/libutil/json.hpp" - - "src/common/yggdrasil/.*"" + - "src/common/yggdrasil/.*" # Allow coverage to drop up to 0.1% status: