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

vigna / webgraph-rs / 15211089452

23 May 2025 01:09PM CUT coverage: 50.252% (+0.07%) from 50.184%
15211089452

push

github

zommiommy
removed harmonics test

3683 of 7329 relevant lines covered (50.25%)

25295292.13 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