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

lpenz / github-workflows-update / 24481760173

15 Apr 2026 10:30PM UTC coverage: 52.62% (+1.0%) from 51.636%
24481760173

push

github

lpenz
refactor: migrate to clap2man and consolidate CLI metadata in src/cli.rs

10 of 11 new or added lines in 2 files covered. (90.91%)

2 existing lines in 2 files now uncovered.

231 of 439 relevant lines covered (52.62%)

1.16 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/bin/github-workflows-update.rs
1
// Copyright (C) 2022 Leandro Lisboa Penz <lpenz@lpenz.org>
2
// This file is subject to the terms and conditions defined in
3
// file 'LICENSE', which is part of this source code package.
4

5
use color_eyre::Result;
6

7
pub fn main() -> Result<()> {
×
8
    color_eyre::install()?;
×
9
    github_workflows_update::cmd::main()
×
UNCOV
10
}
×
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