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

sunchao / parquet-rs / 58
96%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2017 12:17AM UTC
Jobs 1
Files 16
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
58

push

travis-ci

sunchao
Add BytePtr which is a slice on Rc<Vec<u8>>

In previous commit, many places we need to get a slice on the
Rc<Vec<u8>> type. As result, we added `offset` and `len` to many
function parameters, which is not so nice.

This changes `BytePtr`, which currently is a alias to `Rc<Vec<u8>>`, to
a struct that is a tuple of {Rc<Vec<u8>>, start, len}, which is equipped
with several operations such as getting a slice (another `BytePtr`) from
`BytePtr`.

2001 of 3354 relevant lines covered (59.66%)

0.6 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
file/reader.rs
4
100.0
util/bit_util.rs
11
100.0
basic.rs
47
100.0
util/memory.rs
55
100.0
encodings/decoding.rs
Jobs
ID Job ID Ran Files Coverage
1 58.1 17 Apr 2017 12:17AM UTC 0
59.66
Travis Job 58.1
Source Files on build 58
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #58
  • 0ec3b3ff on github
  • Prev Build on master (#57)
  • Next Build on master (#59)
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