Skip to content

yaptest demo: use TestServer to test#40

Merged
xushiwei merged 1 commit into
goplus:mainfrom
xushiwei:test
Jan 30, 2024
Merged

yaptest demo: use TestServer to test#40
xushiwei merged 1 commit into
goplus:mainfrom
xushiwei:test

Conversation

@xushiwei

Copy link
Copy Markdown
Member

No description provided.

ytest.Case
}
//line ytest/demo/foo/bar_ytest.gox:1
func (this *case_bar) Main() {

Copy link
Copy Markdown

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)

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

Copy link
Copy Markdown

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)

@codecov

codecov Bot commented Jan 30, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (01945b9) 94.52% compared to head (4d0cab4) 94.52%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   94.52%   94.52%           
=======================================
  Files           5        5           
  Lines          73       73           
=======================================
  Hits           69       69           
  Misses          4        4           

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

@xushiwei xushiwei merged commit 3aed443 into goplus:main Jan 30, 2024
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