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

rust-bio / rust-htslib / 719
82%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2019 03:41PM UTC
Jobs 1
Files 73
Run time 7s
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
719

push

travis-ci

johanneskoester
fixing clippy lints (+breaking change) (#164)

* fixing clippy lints (+breaking change)

This makes clippy useful for rust-htslib,
by making it shut up about the bindgen generated code,
and fixing all the minor suggestions it had.

The only visible change is that CigarString::from_bytes
and CigarString::from_str become TryFrom trait implementations.
Under todays rust, they were arguably misnamed (idiomatic frotm mustn't fail)
and should've been From/TryFrom implementations.
This means that users need to convert from CigarString::from_bytes(x) to
CigarString::try_from(x), but the functionality is untouched.

* cargo fmt

21548 of 35711 relevant lines covered (60.34%)

0.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 719.1 29 Nov 2019 03:41PM UTC 0
60.34
Travis Job 719.1
Source Files on build 719
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #719
  • 9aa8382f on github
  • Prev Build on master (#713)
  • Next Build on master (#720)
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