From 4bf8cb455be4d14dbf330f49441502e433073bf7 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 11 Aug 2021 13:25:19 -0700 Subject: [PATCH] codecov: fix regexes Unfortunately, these changes don't apply till they hit master. --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 06c43d0b8a3..bb659b3288c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,8 +1,8 @@ comment: off ignore: # Auto generated - - "**_gen.go$" - - "**/mocks_full.go$" + - "^.*_gen.go$" + - "^.*/mocks_full.go$" - "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only. # Tests - "api/test/**"