From ea48af1c9abac7012e3bf79e78c6179f889a6321 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Wed, 16 Aug 2023 12:21:21 +0200 Subject: [PATCH] chore(codecov): fix yaml syntax (#407) a yaml file cannot contain tabs outside of strings --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 78466875..7a07bf8d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,2 @@ ignore: - - "examples" + - "examples"