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

nats-io / nats-server / 7229842428
83%

Build:
DEFAULT BRANCH: main
Ran 16 Dec 2023 05:17AM UTC
Jobs 1
Files 53
Run time 5s
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

15 Dec 2023 10:50PM UTC coverage: 85.104% (-0.02%) from 85.128%
7229842428

push

github

web-flow
Add 'certs' option to TLS block for multi-certs support (#4889)

This adds a `certs` option to the `tls` block to support loading
multiple certs:
    
```hcl
    tls {
      certs = [
        {
          cert_file: "./configs/certs/srva-cert.pem"
          key_file:  "./configs/certs/srva-key.pem"
        },
        {
          cert_file: "./configs/certs/srvb-cert.pem"
          key_file:  "./configs/certs/srvb-key.pem"
        }
      ]
      ca_file: "./configs/certs/ca.pem"
      verify:  true
      timeout: 2
    }
```

Follow up from https://github.com/nats-io/nats-server/pull/2029

62189 of 73074 relevant lines covered (85.1%)

178665.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7229842428.1 16 Dec 2023 05:17AM UTC 0
85.1
GitHub Action Run
Source Files on build 7229842428
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7229842428
  • 8e8e1d74 on github
  • Prev Build on main (#7218053867)
  • Next Build on main (#7236376053)
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