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

futpib / slopd / 26830324596
86%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2026 03:37PM UTC
Jobs 1
Files 8
Run time 1min
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

02 Jun 2026 03:08PM UTC coverage: 84.561% (-1.0%) from 85.59%
26830324596

push

github

futpib
ci: run clippy with -D warnings and fix existing lints

Adds a clippy job to CI (`cargo clippy --workspace --all-features --all-targets -- -D warnings`) so lint regressions fail the build, and clears the existing debt so it passes.

Mechanical simplifications (unnecessary_map_or, collapsible_if, len_zero, needless_range_loop, double_ended_iterator_last, derivable Default) were applied via `cargo clippy --fix`. The two subscribe-confirmation loops, which never iterated, are rewritten as a single match — fixing the deny-by-default never_loop.

Lock-file opens get an explicit `.truncate(false)` (suspicious_open_options). Genuinely intentional cases keep scoped #[allow]s with a justification: the Option-returning `from_str` helpers (not the std Result-returning trait) and the argument-heavy CLI/daemon dispatch fns.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

61 of 83 new or added lines in 6 files covered. (73.49%)

221 existing lines in 4 files now uncovered.

3686 of 4359 relevant lines covered (84.56%)

985514.75 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
89.77
0.34% libslopctl/src/lib.rs
6
92.73
0.01% libslop/src/lib.rs
1
87.93
0.21% slopd/src/main.rs

Coverage Regressions

Lines Coverage ∆ File
114
56.54
-11.83% slopd/src/bin/mock_claude.rs
80
89.77
0.34% libslopctl/src/lib.rs
26
89.39
0.95% libsloptest/src/lib.rs
1
87.93
0.21% slopd/src/main.rs
Jobs
ID Job ID Ran Files Coverage
1 26830324596.1 02 Jun 2026 03:37PM UTC 8
84.56
GitHub Action Run
Source Files on build 26830324596
  • Tree
  • List 8
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26830324596
  • bf681f26 on github
  • Prev Build on master (#26259119234)
  • Next Build on master (#26833813132)
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