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

Marwes / combine / 402
65%

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2017 08:04AM UTC
Jobs 1
Files 10
Run time 1s
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
402

Pull #105

travis-ci

web-flow
fix: Make the positions of slice streams harder to misuse

Previously these streams had a `usize` which was really a pointer offset
as their position which easily led to user errors. By wrapping the
offset in a newtype we get custom formatting which should make it
clearer that something strange is going on. As well as a simple way of
converting the offset into a position.

Fixes #104

BREAKING CHANGE

Change `usize` to `PointerOffset` where applicable.
Change `translate_position` calls into the same method on `PointerOffset`
Pull Request #105: Tracking PR for 3.0

150 of 150 new or added lines in 8 files covered. (100.0%)

1216 of 1615 relevant lines covered (75.29%)

2.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/char.rs
1
100.0
tests/ini.rs
1
100.0
tests/readme.rs
4
100.0
src/lib.rs
16
100.0
src/combinator.rs
21
100.0
src/primitives.rs

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
src/char.rs
8
100.0
src/range.rs
8
100.0
tests/buffered_stream.rs
12
100.0
src/byte.rs
13
100.0
tests/ini.rs
42
100.0
src/lib.rs
88
100.0
src/combinator.rs
116
100.0
src/primitives.rs
Jobs
ID Job ID Ran Files Coverage
3 402.3 26 Jul 2017 08:04AM UTC 0
75.29
Travis Job 402.3
Source Files on build 402
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #402
  • Pull Request #105
  • PR Base - master (#392)
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