Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: improve observer module coverage #1961

Merged
merged 33 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
62a04a5
Add abci tests
skosito Mar 28, 2024
2eb3e52
Add genesis tests
skosito Mar 28, 2024
363af6b
Extend genesis tests
skosito Mar 28, 2024
6e6edf7
Add ballot types test and remove redundant test data file
skosito Mar 28, 2024
b47ac82
Add chain params tests and fix failing test
skosito Mar 28, 2024
b6f6db6
Add more types tests
skosito Mar 28, 2024
19b4d90
Add some grpc query keeper tests
skosito Mar 28, 2024
e557164
More grpc query tests
skosito Mar 29, 2024
d182989
Add more tests
skosito Mar 29, 2024
a3b926d
Fix test
skosito Mar 29, 2024
896c0ef
Add tss tests
skosito Mar 29, 2024
ede13b2
Ignore couple more files
skosito Mar 29, 2024
36081e6
Add more tests
skosito Mar 29, 2024
a2582a8
Add msg server blame vote tests
skosito Mar 29, 2024
4299774
Add msg server add observer tests
skosito Mar 29, 2024
e7c6d9f
Add update key gen tests
skosito Mar 29, 2024
de88a7d
Fix tests
skosito Mar 29, 2024
e99b43b
Add more tests
skosito Mar 29, 2024
7721694
Add utils test
skosito Mar 29, 2024
6ef3710
Add hooks tests
skosito Mar 29, 2024
e70f026
Merge branch 'develop' into test-observer-module
skosito Mar 29, 2024
204c68c
Changelog
skosito Mar 29, 2024
60fb2b1
Fix lint
skosito Mar 29, 2024
9aae130
Remove redundant todos
skosito Apr 1, 2024
7a10802
Merge branch 'develop' into test-observer-module
skosito Apr 2, 2024
c3ee9a1
Remove todo
skosito Apr 2, 2024
a90b256
Merge branch 'develop' into test-observer-module
skosito Apr 2, 2024
c7bf3d8
Fix PR comments
skosito Apr 3, 2024
dc1a85e
add issues
kingpinXD Apr 3, 2024
3033978
Add missing test
skosito Apr 3, 2024
68a0b60
Merge branch 'develop' into test-observer-module
skosito Apr 3, 2024
936bde8
Make generate
skosito Apr 3, 2024
f502001
Fix lint
skosito Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore couple more files
  • Loading branch information
skosito committed Mar 29, 2024
commit ede13b2bb3eb53f2ab0f2e759996d6a9aaa9861e
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ ignore:
- "x/**/types/types.go"
- "x/**/types/expected_keepers.go"
- "x/**/module.go"
- "x/**/events.go"
- "x/**/migrator.go"
- "x/**/module_simulation.go"
- "x/**/simulation/"
- "**/*.proto"
Expand Down
Loading