Merge pull request #7037 from filecoin-project/fix/codecov-regex

codecov: fix regexes
This commit is contained in:
Steven Allen 2021-08-11 13:27:14 -07:00 committed by GitHub
commit 9911ab1000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/**"