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: RunMock/RunTestServer; demo/basic #38

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

xushiwei
Copy link
Member

No description provided.

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

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

Comparison is base (537ee37) 100.00% compared to head (15a649b) 96.82%.
Report is 2 commits behind head on main.

Files Patch % Lines
ytest/demo/basic/foo.gox 83.33% 1 Missing ⚠️
ytest/demo/basic/gop_autogen.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main      #38      +/-   ##
===========================================
- Coverage   100.00%   96.82%   -3.18%     
===========================================
  Files            1        3       +2     
  Lines           51       63      +12     
===========================================
+ Hits            51       61      +10     
- Misses           0        2       +2     

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

yap.App
}
//line ytest/demo/basic/foo.gox:7
func (this *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)

ytest.Case
}
//line ytest/demo/basic/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)

@xushiwei xushiwei merged commit 7343f89 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