• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

yyle88 / syntaxgo / 18836268722

27 Oct 2025 07:06AM UTC coverage: 52.137% (-7.3%) from 59.469%
18836268722

push

github

yyle88
Remove deprecated AST merge functions and upgrade dependencies

  - Remove merge_package.go using deprecated ast.MergePackageFiles API
  - Clean up syntaxgo_ast package to use modern Go AST APIs
  - Upgrade Go version from 1.22.8 to 1.24.0

13 of 122 new or added lines in 8 files covered. (10.66%)

20 existing lines in 2 files now uncovered.

622 of 1193 relevant lines covered (52.14%)

7.46 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/internal/utils/print.go
1
package utils
2

3
import (
4
        "github.com/yyle88/printgo"
5
)
6

7
// NewPTX creates a new printgo PTX instance
8
// Returns a printgo PTX object that can be used to print Go data structures
9
//
10
// NewPTX 创建新的 printgo PTX 实例
11
// 返回可用于打印 Go 数据结构的 printgo PTX 对象
UNCOV
12
func NewPTX() *printgo.PTX {
×
UNCOV
13
        return printgo.NewPTX()
×
UNCOV
14
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc