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

mishankov / platforma / 19169670553

07 Nov 2025 01:21PM UTC coverage: 22.973% (-0.6%) from 23.524%
19169670553

push

github

web-flow
Update docs (#22)

0 of 26 new or added lines in 4 files covered. (0.0%)

255 of 1110 relevant lines covered (22.97%)

0.26 hits per line

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

0.0
/internal/cli/docs.go
1
package cli
2

3
import (
4
        "context"
5

6
        "github.com/mishankov/platforma/docs"
7
        "github.com/mishankov/platforma/httpserver"
8
        "github.com/mishankov/platforma/log"
9
)
10

NEW
11
func docsCommand(_ []string) {
×
NEW
12
        ctx := context.Background()
×
NEW
13
        server := httpserver.NewFileServer(docs.Assets(), "/platforma", "4444")
×
NEW
14

×
NEW
15
        if err := server.Run(ctx); err != nil {
×
NEW
16
                log.ErrorContext(ctx, "documentation serving ended with error", "error", err)
×
NEW
17
        }
×
18
}
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