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

*: enable coverage #439

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

*: enable coverage #439

wants to merge 5 commits into from

Conversation

AnnaShaleva
Copy link
Member

WIP, waiting for the next NeoGo release to upgrade, but I have this code locally, so anyway it will be helpful.

Close #429.

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]>
Copy link

codecov bot commented Oct 7, 2024

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
Copy link
Member

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
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't.

Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable smart contracts coverage
2 participants