codecov: fix mock name
This commit is contained in:
parent
9911ab1000
commit
4214ab12ef
@ -2,7 +2,7 @@ comment: off
|
|||||||
ignore:
|
ignore:
|
||||||
# Auto generated
|
# Auto generated
|
||||||
- "^.*_gen.go$"
|
- "^.*_gen.go$"
|
||||||
- "^.*/mocks_full.go$"
|
- "^.*/mock_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/**"
|
||||||
|
Loading…
Reference in New Issue
Block a user