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

vigna / webgraph-rs / 16989075503

15 Aug 2025 11:30AM UTC coverage: 49.923% (-0.05%) from 49.968%
16989075503

Pull #132

github

web-flow
Merge 87131da39 into dd7049ac5
Pull Request #132: Optimize ArcListGraph::from_iter when the underlying iterator is already truncated

2 of 7 new or added lines in 1 file covered. (28.57%)

1 existing line in 1 file now uncovered.

3886 of 7784 relevant lines covered (49.92%)

23606736.23 hits per line

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

0.0
/cli/src/bin/webgraph-sccs.rs
1
/*
2
 * SPDX-FileCopyrightText: 2025 Tommaso Fontana
3
 * SPDX-FileCopyrightText: 2025 Sebastiano Vigna
4
 *
5
 * SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
6
 */
7
use anyhow::Result;
8
use webgraph_cli::init_env_logger;
9
use webgraph_cli::sccs::cli_main;
10

11
pub fn main() -> Result<()> {
×
12
    // Initialize the logger
13
    init_env_logger()?;
×
14
    // Call the main function of the CLI with cli args
15
    cli_main(std::env::args_os())
×
16
}
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

© 2025 Coveralls, Inc