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

apache / servicecomb-pack / 2100
81%
master: 82%

Build:
Build:
LAST BUILD BRANCH: SCB-2275
DEFAULT BRANCH: master
Ran 19 Oct 2019 09:36AM UTC
Jobs 1
Files 193
Run time 13s
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

pending completion
2100

Pull #576

travis-ci

web-flow
akka resdis persistence 

#redis 单机模式
#akkaConfig:
#  akka.persistence.journal.plugin: akka-persistence-redis.journal
#  akka.persistence.snapshot-store.plugin: akka-persistence-redis.snapshot
#  akka-persistence-redis:
#    redis:
#      mode: simple
#      host: ${spring.redis.host}
#      port: ${spring.redis.port}
#      database: 0
#      #password: ${spring.redis.password}

#redis 哨兵模式
akkaConfig:
  akka.persistence.journal.plugin: akka-persistence-redis.journal
  akka.persistence.snapshot-store.plugin: akka-persistence-redis.snapshot
  akka-persistence-redis:
    redis:
      mode: sentinel
      database: 1
      password: ${spring.redis.password}
      master: ${spring.redis.sentinel.master}
      sentinel-list: ${spring.redis.sentinel.nodes}
Pull Request #576: akka resdis persistence

7 of 7 new or added lines in 1 file covered. (100.0%)

3574 of 4431 relevant lines covered (80.66%)

1.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2100.1 19 Oct 2019 09:36AM UTC 0
80.66
Travis Job 2100.1
Source Files on build 2100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2100
  • Pull Request #576
  • PR Base - master (#2087)
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