codecov: fix regexes

Unfortunately, these changes don't apply till they hit master.
This commit is contained in:
Steven Allen 2021-08-11 13:25:19 -07:00
parent cbb7c191e6
commit 4bf8cb455b

View File

@ -1,8 +1,8 @@
comment: off comment: off
ignore: ignore:
# Auto generated # Auto generated
- "**_gen.go$" - "^.*_gen.go$"
- "**/mocks_full.go$" - "^.*/mocks_full.go$"
- "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only. - "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only.
# Tests # Tests
- "api/test/**" - "api/test/**"