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

Open-Sn / opensn / 17170369288

22 Aug 2025 06:44PM UTC coverage: 74.605% (+0.2%) from 74.434%
17170369288

push

github

web-flow
Merge pull request #721 from andrsd/issue/557

Renaming `SteadyStateSolver` `SteadyStateSourceSolver`

13 of 14 new or added lines in 3 files covered. (92.86%)

239 existing lines in 24 files now uncovered.

17550 of 23524 relevant lines covered (74.6%)

45237948.15 hits per line

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

0.0
/python/main.cc
1
// SPDX-FileCopyrightText: 2024 The OpenSn Authors <https://open-sn.github.io/opensn/>
2
// SPDX-License-Identifier: MIT
3

4
#include "python/lib/py_app.h"
5
#include "mpicpp-lite/mpicpp-lite.h"
6
#include <cstdio>
7
#include <cstdlib>
8

9
namespace mpi = mpicpp_lite;
10

11
int
12
main(int argc, char** argv)
×
13
{
14
  try
×
15
  {
16
    mpi::Environment env(argc, argv);
×
17
    py::scoped_interpreter guard{};
×
UNCOV
18
    opensnpy::PyApp app(MPI_COMM_WORLD);
×
UNCOV
19
    return app.Run(argc, argv);
×
UNCOV
20
  }
×
UNCOV
21
  catch (...)
×
22
  {
UNCOV
23
    std::fprintf(stderr, "Unknown fatal error\n");
×
UNCOV
24
    return EXIT_FAILURE;
×
UNCOV
25
  }
×
26
}
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