Merge pull request #7039 from filecoin-project/fix/codecov-again

codecov: fix mock name
This commit is contained in:
Steven Allen 2021-08-11 13:56:59 -07:00 committed by GitHub
commit ee44312c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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