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

gimli-rs / gimli / 7720828442
89%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2024 03:33AM UTC
Jobs 1
Files 46
Run time 4s
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

31 Jan 2024 03:32AM UTC coverage: 59.287%. Remained the same
7720828442

push

github

web-flow
read/abbrev: Mark mod tests as pub(crate) (#694)

Fixes "warning: private item shadows public glob re-export" when doing
"cargo test".

warning: private item shadows public glob re-export
   --> src/read/mod.rs:681:1
    |
681 | / mod tests {
682 | |     use super::*;
683 | |     use crate::common::Format;
684 | |     use crate::endianity::LittleEndian;
...   |
826 | |     }
827 | | }
    | |_^
    |
note: the name `tests` in the type namespace is supposed to be publicly re-exported here
   --> src/read/mod.rs:208:9
    |
208 | pub use self::abbrev::*;
    |         ^^^^^^^^^^^^^^^
note: but the private item here shadows it
   --> src/read/mod.rs:681:1
    |
681 | / mod tests {
682 | |     use super::*;
683 | |     use crate::common::Format;
684 | |     use crate::endianity::LittleEndian;
...   |
826 | |     }
827 | | }
    | |_^
    = note: `#[warn(hidden_glob_reexports)]` on by default

6355 of 10719 relevant lines covered (59.29%)

1.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7720828442.1 31 Jan 2024 03:33AM UTC 0
59.29
GitHub Action Run
Source Files on build 7720828442
Detailed source file information is not available for this build.
  • Back to Repo
  • c6490b31 on github
  • Prev Build on master (#7720820855)
  • Next Build on master (#7998751853)
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