This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test setup * etherman test created with the exception of a few cases * ethclient_mock completed * typo fixed * SignTx not used arguments added back cause otherwise we arent compatible with the defined etherman interface * TxMock moved to mocks folder (will move the others with a different PR) * TestGetRevertMessage extended by one test case * ineffectual assignment of 'err' removed * 'mocks' added to exclusion rule of sonarqube * Exclude mocks folder from coverage analysis * Exclude cmd/main.go * part of the requested changes applied to the PR --------- Co-authored-by: Stefan Negovanović <[email protected]>
- Loading branch information
1 parent
f84f460
commit dc84ba1
Showing
8 changed files
with
1,004 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
dist | ||
docker/data | ||
.idea | ||
coverage.out |
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
Oops, something went wrong.