File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ push :
4+ branches : [main]
5+ pull_request :
6+ branches : [main]
7+
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-go@v5
14+ with :
15+ go-version-file : go.mod
16+ - run : go test -v -race -coverprofile=coverage.out ./...
17+ - name : Upload coverage
18+ if : github.event_name == 'push'
19+ uses : codecov/codecov-action@v5
20+ with :
21+ files : coverage.out
22+ fail_ci_if_error : false
Original file line number Diff line number Diff line change 55<h1 align =" center " >LynxPrompt-MCP</h1 >
66
77<p align =" center " >
8+ <a href =" https://codecov.io/gh/GeiserX/lynxprompt-mcp " ><img src =" https://codecov.io/gh/GeiserX/lynxprompt-mcp/graph/badge.svg " alt =" codecov " /></a >
89 <a href =" https://www.npmjs.com/package/lynxprompt-mcp " ><img src =" https://img.shields.io/npm/v/lynxprompt-mcp?style=flat-square&logo=npm " alt =" npm " /></a >
910 <img src =" https://img.shields.io/badge/Go-1.24-blue?style=flat-square&logo=go&logoColor=white " alt =" Go " />
1011 <a href =" https://hub.docker.com/r/drumsergio/lynxprompt-mcp " ><img src =" https://img.shields.io/docker/pulls/drumsergio/lynxprompt-mcp?style=flat-square&logo=docker " alt =" Docker Pulls " /></a >
You can’t perform that action at this time.
0 commit comments