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

archetech / archon / 24313762204
95%
main: 89%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/shell-quote-1.8.4
DEFAULT BRANCH: main
Ran 12 Apr 2026 06:48PM UTC
Jobs 1
Files 24
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

12 Apr 2026 06:45PM UTC coverage: 95.166%. Remained the same
24313762204

Pull #404

github

macterra
Clear Rust gatekeeper compiler and clippy warnings

Library (6 warnings):
- rename CheckDidsResult fields to snake_case (by_type/by_registry/
  by_version/events_queue) and rely on existing #[serde(rename = "…")]
  attributes for wire-format parity with TS
- drop the never-read service_version_info field from Metrics; the
  metric is still registered via the cloned handle passed to
  registry.register(...)
- gate the check_dids_impl re-export behind #[cfg(test)] since it is
  only used from tests

Tests (~30 dead-code warnings):
- add #![allow(dead_code)] at the top of tests/common/mod.rs so the
  shared helper module doesn't emit a warning per binary for helpers
  that only some integration tests call

Clippy:
- items.iter().cloned().collect() -> items.to_vec()
- std::io::Error::new(ErrorKind::Other, ...) -> std::io::Error::other(...)
- value.len() % 2 != 0 -> !value.len().is_multiple_of(2)
- &[second.clone()] -> std::slice::from_ref(&second)
- drop unnecessary borrows in redis_compat.rs redis calls

cargo build --all-targets and cargo clippy --all-targets now both emit
zero warnings. All 38 tests still pass.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pull Request #404: feat: Add native Rust Gatekeeper

1990 of 2192 branches covered (90.78%)

Branch coverage included in aggregate %.

4231 of 4345 relevant lines covered (97.38%)

1167.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24313762204.1 12 Apr 2026 06:48PM UTC 48
96.06
GitHub Action Run
Source Files on build 24313762204
  • Tree
  • List 24
  • Changed 22
  • Source Changed 0
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24313762204
  • Pull Request #404
  • PR Base - main (#24283168839)
  • Delete
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