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

mlange-42 / modo / 12757181885

13 Jan 2025 10:21PM CUT coverage: 24.242% (+0.2%) from 24.042%
12757181885

push

github

web-flow
Fix links to fields and methods, put link text in backticks (#30)

2 of 12 new or added lines in 2 files covered. (16.67%)

184 of 759 relevant lines covered (24.24%)

1.53 hits per line

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

0.0
/document/util.go
1
package document
2

3
func appendNew[T any](sl []T, elems ...T) []T {
×
4
        sl2 := make([]T, len(sl), len(sl)+len(elems))
×
5
        copy(sl2, sl)
×
6
        sl2 = append(sl2, elems...)
×
7
        return sl2
×
8
}
×
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