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

eclipse-bluechi / bluechi / 16568751257

28 Jul 2025 12:15PM UTC coverage: 72.062% (-2.4%) from 74.418%
16568751257

Pull #1089

github

web-flow
Merge eb5f7a5ea into a215ee9c8
Pull Request #1089: Release BlueChi v1.1.0

4955 of 6876 relevant lines covered (72.06%)

848.99 hits per line

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

0.0
/src/client/usage.c
1
/*
2
 * Copyright Contributors to the Eclipse BlueChi project
3
 *
4
 * SPDX-License-Identifier: LGPL-2.1-or-later
5
 */
6
#include <stdio.h>
7

8
void usage_print_header() {
×
9
        printf("bluechictl is a convenience CLI tool to interact with bluechi\n");
×
10
        printf("\n");
×
11
}
×
12

13
void usage_print_description(const char *description) {
×
14
        printf("Description: \n");
×
15
        printf("  %s\n", description);
×
16
        printf("\n");
×
17
}
×
18

19
void usage_print_usage(const char *usage) {
×
20
        printf("Usage: \n");
×
21
        printf("  %s\n", usage);
×
22
        printf("\n");
×
23
}
×
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