codecov: fix mock name

This commit is contained in:
Steven Allen 2021-08-11 13:50:33 -07:00
parent 9911ab1000
commit 4214ab12ef

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