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

sodiumoxide / sodiumoxide / 975
95%

Build:
DEFAULT BRANCH: master
Ran 14 May 2019 04:15PM UTC
Jobs 1
Files 40
Run time 5s
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
975

push

travis-ci

bors[bot]
Merge #337

337: Add clippy to CI r=kpp a=kpp

Closes #236 

`#![deny(clippy::pedantic)]` is too agressive and we have to switch off a lot of lints from pedantic groups like:

```
error: item name starts with its containing module's name
  --> src/randombytes.rs:25:1
   |
25 | / pub fn randombytes_into(buf: &mut [u8]) {
26 | |     unsafe {
27 | |         ffi::randombytes_buf(buf.as_mut_ptr() as *mut _, buf.len());
28 | |     }
29 | | }
   | |_^
   |
note: lint level defined here
  --> src/lib.rs:62:9
   |
62 | #![deny(clippy::pedantic)]
   |         ^^^^^^^^^^^^^^^^
   = note: #[deny(clippy::module_name_repetitions)] implied by #[deny(clippy::pedantic)]
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions

error: aborting due to 204 previous errors
```

So I decided not to include pedantic lints. Because we will have to either switch pedantic lints off or fix 204 errors and break the API.

Unresolved issue: https://github.com/sodiumoxide/sodiumoxide/issues/338

Co-authored-by: Roman Proskuryakov <humbug@deeptown.org>

2900 of 3064 relevant lines covered (94.65%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
9 975.9 14 May 2019 04:15PM UTC 0
94.65
Travis Job 975.9
Source Files on build 975
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #975
  • 5e8be7e8 on github
  • Prev Build on master (#971)
  • Next Build on master (#980)
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