diff --git a/.codecov.yml b/.codecov.yml index 06c43d0b8..bb659b328 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/**"