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

mbits-os / quick_dra / 25654939052

11 May 2026 06:51AM UTC coverage: 99.696% (-0.3%) from 100.0%
25654939052

Pull #58

github

web-flow
Merge 9e29f4310 into cf24eca21
Pull Request #58: chore: remove webui code

0 of 2 new or added lines in 2 files covered. (0.0%)

11 existing lines in 2 files now uncovered.

4259 of 4272 relevant lines covered (99.7%)

4042.55 hits per line

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

0.0
/libs/libgui/src/gui_tool.cpp
1
// Copyright (c) 2026 midnightBITS
2
// This code is licensed under MIT license (see LICENSE for details)
3

4
#include <quick_dra/models/types.hpp>
5

6
#include <fmt/format.h>
7
#include <array>
8
#include <quick_dra/base/paths.hpp>
9
#include <quick_dra/base/str.hpp>
10
#include <quick_dra/conv/args_parser.hpp>
11
#include <quick_dra/gui/options/options.hpp>
12
#include <quick_dra/version.hpp>
13
#include <span>
14
#include <string>
15

16
#ifdef _WIN32
17
#define NOMINMAX
18
#include <Windows.h>
19
#endif
20

21
using namespace std::literals;
22

23
namespace quick_dra {
UNCOV
24
        int gui_tool(options const& opts) {
×
NEW
25
                auto cfg = partial::config::load_partial(opts.cfg_path, false);
×
26

UNCOV
27
                return 0;
×
UNCOV
28
        }
×
29
}  // namespace quick_dra
30

UNCOV
31
int gui_tool(args::args_view const& arguments) { return quick_dra::gui_tool(quick_dra::options::parse(arguments)); }
×
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