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

sodiumoxide / sodiumoxide / 975 / 9
95%
master: 95%

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

14 May 2019 03:31PM UTC coverage: 94.648% (-0.02%) from 94.668%
975.9

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

Source Files on job 975.9
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 205
  • Travis Job 975.9
  • 5e8be7e8 on github
  • Prev Job for on master (#971.8)
  • Next Job for on master (#980.9)
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