[codecov]
Showing 1 of 4 files from the diff.
Other files ignored by Codecov
tests/helics/application_api/FilterTests.cpp
has changed.
@@ -30,28 +30,28 @@
Loading
30 | 30 | mfManager = std::make_unique<MessageFederateManager>(coreObject.get(), this, getID()); |
|
31 | 31 | } |
|
32 | 32 | ||
33 | - | MessageFederate::MessageFederate(const std::string& fedName, CoreApp& core, const FederateInfo& fi) : |
|
34 | - | Federate(fedName, core, fi) |
|
33 | + | MessageFederate::MessageFederate(const std::string& fedName, CoreApp& core, const FederateInfo& fi): |
|
34 | + | Federate(fedName, core, fi) |
|
35 | 35 | { |
|
36 | - | mfManager = std::make_unique<MessageFederateManager>(coreObject.get(), this, getID()); |
|
36 | + | mfManager = std::make_unique<MessageFederateManager>(coreObject.get(), this, getID()); |
|
37 | 37 | } |
|
38 | 38 | ||
39 | - | MessageFederate::MessageFederate(const std::string& fedName, const std::string& configString) : |
|
40 | - | Federate(fedName, loadFederateInfo(configString)) |
|
39 | + | MessageFederate::MessageFederate(const std::string& fedName, const std::string& configString): |
|
40 | + | Federate(fedName, loadFederateInfo(configString)) |
|
41 | 41 | { |
|
42 | - | mfManager = std::make_unique<MessageFederateManager>(coreObject.get(), this, getID()); |
|
43 | - | if (looksLikeFile(configString)) { |
|
44 | - | MessageFederate::registerInterfaces(configString); |
|
45 | - | } |
|
42 | + | mfManager = std::make_unique<MessageFederateManager>(coreObject.get(), this, getID()); |
|
43 | + | if (looksLikeFile(configString)) { |
|
44 | + | MessageFederate::registerInterfaces(configString); |
|
45 | + | } |
|
46 | 46 | } |
|
47 | 47 | ||
48 | 48 | MessageFederate::MessageFederate(const std::string& configString): |
|
49 | - | MessageFederate(std::string{}, configString) |
|
49 | + | MessageFederate(std::string{}, configString) |
|
50 | 50 | { |
|
51 | 51 | } |
|
52 | 52 | ||
53 | 53 | MessageFederate::MessageFederate(const char* configString): |
|
54 | - | MessageFederate(std::string{}, std::string{ configString }) |
|
54 | + | MessageFederate(std::string{}, std::string{configString}) |
|
55 | 55 | { |
|
56 | 56 | } |
|
57 | 57 |
Files | Coverage |
---|---|
src/helics | 73.81% |
Project Totals (196 files) | 73.81% |
9250.5
TRAVIS_OS_NAME=linux
9247.4
TRAVIS_OS_NAME=linux
9250.5
TRAVIS_OS_NAME=linux
1 |
codecov: |
2 |
notify: |
3 |
require_ci_to_pass: no |
4 |
branch: develop |
5 |
|
6 |
coverage: |
7 |
precision: 2 |
8 |
round: down |
9 |
range: "50...95" |
10 |
tests: |
11 |
target: 100% |
12 |
paths: "src/helics/shared_api_library/" |
13 |
status: |
14 |
project: yes |
15 |
patch: yes |
16 |
changes: no |
17 |
|
18 |
parsers: |
19 |
gcov: |
20 |
branch_detection: |
21 |
conditional: yes |
22 |
loop: yes |
23 |
method: no |
24 |
macro: no |
25 |
|
26 |
comment: |
27 |
layout: "header, diff" |
28 |
behavior: default |
29 |
require_changes: no |
30 |
|
31 |
ignore: |
32 |
- "ThirdParty" |
33 |
- "examples" |
34 |
- "tests" |
35 |
- "interfaces" |
36 |
- "src/helics/core/mpi" |
37 |
- "**/logger.*" |
38 |
- "**/loggerCore.*" |
39 |
- "**/zmqHelper.*" |
40 |
- "**/internal/api_objects.h" |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.