-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: audit findings #71
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
========================================
- Coverage 5.85% 1.09% -4.76%
========================================
Files 1 1
Lines 410 456 +46
========================================
- Hits 24 5 -19
- Misses 386 451 +65 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding the unit testing, we actually have codecov integrated for Solana smart contract but the number remains low: https://app.codecov.io/gh/zeta-chain/protocol-contracts-solana/tree/non-security-related-findings/programs%2Fgateway%2Fsrc
Is there some configuration missing here?
not sure why we have that workflow, we have anchor js tests, and this seems like it is checking if we have rust tests, maybe we can open issue for it i added tests that are marked in audit findings as missing, so i think we can close this one and follow up on codecov, at first look i didnt find some easy built in tool for it |
6917b8d
to
02acf98
Compare
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
Signed-off-by: skosito <[email protected]>
02acf98
to
80c79e8
Compare
https://github.com/zeta-chain/protocol-private/issues/189
https://github.com/zeta-chain/protocol-private/issues/183
https://github.com/zeta-chain/protocol-private/issues/185
https://github.com/zeta-chain/protocol-private/issues/187