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

apache / bookkeeper / 14
72%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2018 01:56PM UTC
Jobs 1
Files 393
Run time 30s
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
14

push

jenkins

sijie
Make shading rule consistent between bookkeeper-server-shaded and bookkeeper-server-tests-shaded

Descriptions of the changes in this PR:

`bookkeeper-server:test-jar` is working with `bookkeeper-server`. we should make `bookkeeper-server-tests-shaded` work with `bookkeeper-server-shaded`.  so this change is to make they have consistent shading rule.

```
<dependency>
      <groupId>org.apache.bookkeeper</groupId>
      <artifactId>bookkeeper-server-shaded</artifactId>
      <version>${bookkeeper.version}</version>
      <scope>test</scope>
    </dependency>
<dependency>
      <groupId>org.apache.bookkeeper</groupId>
      <artifactId>bookkeeper-server-tests-shaded</artifactId>
      <version>${bookkeeper.version}</version>
      <scope>test</scope>
    </dependency>
```

Author: Sijie Guo <sijie@apache.org>

Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Matteo Merli <mmerli@apache.org>

This closes #1234 from sijie/sijie_improve_tests_shaded

22821 of 31391 relevant lines covered (72.7%)

0.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14.1 07 Mar 2018 01:56PM UTC 0
72.7
Source Files on build 14
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #14
  • 19846b23 on github
  • Prev Build on master (#13)
  • Next Build on master (#15)
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