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

apache / incubator-apisix / 4001 / 2
47%
master: 47%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2020 06:39AM UTC
Files 89
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jun 2020 06:21AM UTC coverage: 47.682% (+0.04%) from 47.64%
OSNAME=osx_openresty

push

travis-ci

web-flow
refactory: collect `upstream` logic and put them in a single file. (#1734)

feature: support dynamic upstream in plugin.

here is a mini  example in `access` phase of plugin:

```lua
    local up_conf = {
        type = "roundrobin",
        nodes = {
            {host = conf.upstream.ip, port = conf.upstream.port, weight = 1},
        }
    }

    local ok, err = upstream.check_schema(up_conf)
    if not ok then
        return 500, err
    end

    local matched_route = ctx.matched_route
    upstream.set(ctx, up_conf.type .. "#route_" .. matched_route.value.id,
                 ctx.conf_version, up_conf, matched_route)
    return
```

3270 of 6858 relevant lines covered (47.68%)

244.82 hits per line

Source Files on job 4001.2 (OSNAME=osx_openresty)
  • Tree
  • List 0
  • Changed 13
  • Source Changed 3
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1080
  • Travis Job 4001.2
  • 748e3375 on github
  • Prev Job for OSNAME=osx_openresty on master (#3997.2)
  • Next Job for OSNAME=osx_openresty on master (#4002.2)
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