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

apache / commons-codec / 314
94%
trunk: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/com.puppycrawl.tools-checkstyle-9.2
DEFAULT BRANCH: trunk
Ran 23 Jan 2020 01:12AM UTC
Jobs 2
Files 68
Run time 10min
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
314

Pull #35

travis-ci

web-flow
[CODEC-280] Added strict decoding property to BaseNCodec.

The default is lenient encoding. Any trailing bits that cannot be
interpreted as part of the encoding are discarded. Combinations of
trailing characters that cannot be created by a valid encoding are
partially interpreted.

If set to strict encoding the codec will raise an exception when
trailing bits are present that are not part of a valid encoding.

Added tests to show that in lenient mode re-encoding will create a
different byte array.

In strict mode the re-encoding should create the same byte array as the
original (with appropriate pad characters on the input).
Pull Request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

16 of 16 new or added lines in 3 files covered. (100.0%)

4121 of 4394 relevant lines covered (93.79%)

94236.97 hits per line

Jobs
ID Job ID Ran Files Coverage
2 314.2 23 Jan 2020 01:12AM UTC 0
93.79
Travis Job 314.2
7 314.7 23 Jan 2020 01:22AM UTC 0
93.79
Travis Job 314.7
Source Files on build 314
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #314
  • Pull Request #35
  • PR Base - master (#313)
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