-
Notifications
You must be signed in to change notification settings - Fork 17
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
*: enable coverage #439
base: master
Are you sure you want to change the base?
*: enable coverage #439
Conversation
Collect coverage for contracts, a part of #429. Signed-off-by: Anna Shaleva <[email protected]>
Check how coverage works. Signed-off-by: Anna Shaleva <[email protected]>
A part of #429. Signed-off-by: Anna Shaleva <[email protected]>
Including Coverage badge, a part of #429. Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
@@ -34,6 +34,34 @@ jobs: | |||
- name: Test | |||
run: go test -v ./... | |||
|
|||
cover: | |||
name: Coverage | |||
runs-on: ubuntu-22.04 |
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.
latest?
|
||
env: | ||
CGO_ENABLED: 0 | ||
GOEXPERIMENT: nocoverageredesign |
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.
Likely can be avoided here.
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.
Can't.
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.
Well, it can't on my machine. But this action uses Go 1.23, so may be we should try.
WIP, waiting for the next NeoGo release to upgrade, but I have this code locally, so anyway it will be helpful.
Close #429.