Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactor log & CSV statistics #3406

Merged
merged 357 commits into from
Jan 16, 2025

fix csv & rename table domain partition

36d6581
Select commit
Loading
Failed to load commit list.
Merged

refactor: Refactor log & CSV statistics #3406

fix csv & rename table domain partition
36d6581
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 14, 2025 in 1s

89.42% of diff hit (target 56.82%)

View this Pull Request on Codecov

89.42% of diff hit (target 56.82%)

Annotations

Check warning on line 35 in src/coreComponents/common/format/table/TableData.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableData.cpp#L35

Added line #L35 was not covered by tests

Check warning on line 109 in src/coreComponents/common/format/table/TableData.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableData.cpp#L109

Added line #L109 was not covered by tests

Check warning on line 184 in src/coreComponents/common/format/table/TableData.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableData.hpp#L184

Added line #L184 was not covered by tests

Check warning on line 109 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L109

Added line #L109 was not covered by tests

Check warning on line 343 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L343

Added line #L343 was not covered by tests

Check warning on line 444 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L443-L444

Added lines #L443 - L444 were not covered by tests

Check warning on line 447 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L446-L447

Added lines #L446 - L447 were not covered by tests

Check warning on line 452 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L449-L452

Added lines #L449 - L452 were not covered by tests

Check warning on line 652 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L652

Added line #L652 was not covered by tests

Check warning on line 668 in src/coreComponents/common/format/table/TableFormatter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableFormatter.cpp#L668

Added line #L668 was not covered by tests

Check warning on line 123 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L123

Added line #L123 was not covered by tests

Check warning on line 173 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L173

Added line #L173 was not covered by tests

Check warning on line 178 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L175-L178

Added lines #L175 - L178 were not covered by tests

Check warning on line 214 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L214

Added line #L214 was not covered by tests

Check warning on line 218 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L216-L218

Added lines #L216 - L218 were not covered by tests

Check warning on line 227 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L227

Added line #L227 was not covered by tests

Check warning on line 230 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L229-L230

Added lines #L229 - L230 were not covered by tests

Check warning on line 236 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L236

Added line #L236 was not covered by tests

Check warning on line 241 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L238-L241

Added lines #L238 - L241 were not covered by tests

Check warning on line 243 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L243

Added line #L243 was not covered by tests

Check warning on line 245 in src/coreComponents/common/format/table/TableLayout.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/TableLayout.cpp#L245

Added line #L245 was not covered by tests

Check warning on line 296 in src/coreComponents/common/format/table/unitTests/testTable.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/common/format/table/unitTests/testTable.cpp#L296

Added line #L296 was not covered by tests

Check warning on line 365 in src/coreComponents/functions/TableFunction.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/functions/TableFunction.cpp#L365

Added line #L365 was not covered by tests

Check warning on line 540 in src/coreComponents/mesh/generators/WellGeneratorBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/WellGeneratorBase.cpp#L540

Added line #L540 was not covered by tests

Check warning on line 560 in src/coreComponents/mesh/generators/WellGeneratorBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/WellGeneratorBase.cpp#L560

Added line #L560 was not covered by tests