forked from ChainSafe/gossamer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mocks): use
//go:generate
to re-generate mocks (ChainSafe#1917)
- Fixes ChainSafe#1915 - Unblocks ChainSafe#1785 - Remove unused generated mocks - Mocks in `mocks` directory are not prefixed with `Mock` - Update .github/contributing.md on how to generate mocks - Remove Makefile `mock` - Unexport mocks that did not need exportation - Export mocks that should be exported (exported mock constructors) - Ignore mock files in codecov - Move package local mocks to `./mocks` sub-directory when possible (only for `MockTransactionState`) - Re-generate all mocks with mockery `v2.9.4`
- Loading branch information
Showing
77 changed files
with
524 additions
and
844 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.