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

yaptest: Mock/TestServer #39

Merged
merged 1 commit into from
Jan 30, 2024
Merged

yaptest: Mock/TestServer #39

merged 1 commit into from
Jan 30, 2024

Conversation

xushiwei
Copy link
Member

No description provided.

yap.App
}
//line ytest/demo/foo/foo_yap.gox:1
func (this *foo) MainEntry() {
Copy link

Choose a reason for hiding this comment

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

[staticcheck] receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)

ytest.Case
}
//line ytest/demo/foo/foo_ytest.gox:1
func (this *case_foo) Main() {
Copy link

Choose a reason for hiding this comment

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

[staticcheck] receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (ST1006)

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (15a649b) 96.82% compared to head (01945b9) 94.52%.
Report is 3 commits behind head on main.

Files Patch % Lines
ytest/demo/foo/gop_autogen.go 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   96.82%   94.52%   -2.31%     
==========================================
  Files           3        5       +2     
  Lines          63       73      +10     
==========================================
+ Hits           61       69       +8     
- Misses          2        4       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xushiwei xushiwei merged commit 0306e66 into goplus:main Jan 30, 2024
6 of 8 checks passed
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.

1 participant