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

yyle88 / sure / 19261675601

11 Nov 2025 09:47AM UTC coverage: 35.167% (+0.5%) from 34.663%
19261675601

push

github

yyle88
Enhance code generation with improved logging and source tracking

- Add standard code generation top comments to generated files
- Add GetGenPosFuncMark function
- Reorganize example directories
- Enhance exception handling messages

67 of 192 new or added lines in 20 files covered. (34.9%)

2 existing lines in 2 files now uncovered.

390 of 1109 relevant lines covered (35.17%)

5.74 hits per line

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

0.0
/internal/examples/example_sure_pkg_gen/example1/example1_omit/example1_omit.go
1
// Code generated using sure/sure_pkg_gen. DO NOT EDIT.
2
// This file was auto generated via github.com/yyle88/sure
3
// Generated from: gen_test.go:18 -> example1.TestGenerate
4
// ========== SURE:DO-NOT-EDIT-SECTION:END ==========
5

6
package example1_omit
7

8
import (
9
        "github.com/yyle88/sure"
10
        "github.com/yyle88/sure/internal/examples/example_sure_pkg_gen/example1"
11
)
12

NEW
13
func GetN() int {
×
NEW
14
        res0, err := example1.GetN()
×
NEW
15
        sure.Omit(err)
×
NEW
16
        return res0
×
NEW
17
}
×
18

NEW
19
func GetS() string {
×
NEW
20
        res0, err := example1.GetS()
×
NEW
21
        sure.Omit(err)
×
NEW
22
        return res0
×
NEW
23
}
×
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

© 2026 Coveralls, Inc