diff --git a/.codecov.yml b/.codecov.yml index bb659b328..ea0bea3ac 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,7 @@ comment: off ignore: # Auto generated - "^.*_gen.go$" - - "^.*/mocks_full.go$" + - "^.*/mock_full.go$" - "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only. # Tests - "api/test/**"