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

AsaiYusuke / jsonpath / 16411557244

21 Jul 2025 07:59AM UTC coverage: 97.086% (-0.3%) from 97.363%
16411557244

Pull #46

github

AsaiYusuke
update test command to include coverage for internal packages
Pull Request #46: Move syntax to the internal directory and reorganize tests

171 of 181 new or added lines in 16 files covered. (94.48%)

3465 of 3569 relevant lines covered (97.09%)

1007.79 hits per line

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

0.0
/internal/syntax/error_basic_runtime.go
1
package syntax
2

3
// errorBasicRuntime is a basic runtime error structure
4
type errorBasicRuntime struct {
5
        node *syntaxBasicNode
6
}
7

NEW
8
func (e *errorBasicRuntime) getSyntaxNode() *syntaxBasicNode {
×
NEW
9
        return e.node
×
NEW
10
}
×
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