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

compileExpr: tryGopExec (see TestSpxGopExec) #1741

Merged
merged 9 commits into from
Feb 14, 2024
Merged

Conversation

xushiwei
Copy link
Member

No description provided.

@@ -1387,7 +1387,7 @@ func OnKey__a(a, b string, v ...int) {
031: 33: 3 | onKey | func (*main.N).OnKey__8(x int, y int)`)
}

func TestMixedOverload3(t *testing.T) {
func _TestMixedOverload3(t *testing.T) { // TODO:
Copy link

Choose a reason for hiding this comment

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

[staticcheck] func _TestMixedOverload3 is unused (U1000)

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

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

Comparison is base (6319ca7) 91.92% compared to head (b2e69de) 92.67%.
Report is 16 commits behind head on main.

Files Patch % Lines
cl/expr.go 98.48% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1741      +/-   ##
==========================================
+ Coverage   91.92%   92.67%   +0.74%     
==========================================
  Files          38       37       -1     
  Lines       10779     8917    -1862     
==========================================
- Hits         9909     8264    -1645     
+ Misses        704      487     -217     
  Partials      166      166              

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

@xushiwei xushiwei merged commit e3e161a into goplus:main Feb 14, 2024
14 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