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

feat: Add ExternalDataRepository #2957

Merged
merged 35 commits into from
Nov 28, 2024

wip: only read on one rank

c51863a
Select commit
Loading
Failed to load commit list.
Merged

feat: Add ExternalDataRepository #2957

wip: only read on one rank
c51863a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2024 in 1s

36.36% of diff hit (target 56.59%)

View this Pull Request on Codecov

36.36% of diff hit (target 56.59%)

Annotations

Check warning on line 22 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 24 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L24

Added line #L24 was not covered by tests

Check warning on line 27 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L27

Added line #L27 was not covered by tests

Check warning on line 31 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 34 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L34

Added line #L34 was not covered by tests

Check warning on line 38 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L38

Added line #L38 was not covered by tests

Check warning on line 40 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L40

Added line #L40 was not covered by tests

Check warning on line 42 in src/coreComponents/mesh/ExternalDataRepositoryBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryBase.cpp#L42

Added line #L42 was not covered by tests

Check warning on line 36 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L36

Added line #L36 was not covered by tests

Check warning on line 40 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 44 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L44

Added line #L44 was not covered by tests

Check warning on line 47 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L47

Added line #L47 was not covered by tests

Check warning on line 49 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L49

Added line #L49 was not covered by tests

Check warning on line 54 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L54

Added line #L54 was not covered by tests

Check warning on line 56 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L56

Added line #L56 was not covered by tests

Check warning on line 59 in src/coreComponents/mesh/ExternalDataRepositoryManager.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/ExternalDataRepositoryManager.cpp#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 40 in src/coreComponents/mesh/generators/MeshGeneratorBase.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/MeshGeneratorBase.cpp#L40

Added line #L40 was not covered by tests

Check warning on line 30 in src/coreComponents/mesh/generators/Region.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/Region.cpp#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 34 in src/coreComponents/mesh/generators/Region.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/Region.cpp#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 38 in src/coreComponents/mesh/generators/Region.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/Region.cpp#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 42 in src/coreComponents/mesh/generators/Region.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/Region.cpp#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 61 in src/coreComponents/mesh/generators/Region.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/Region.hpp#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 30 in src/coreComponents/mesh/generators/VTKHierarchicalDataRepository.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/VTKHierarchicalDataRepository.cpp#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 36 in src/coreComponents/mesh/generators/VTKHierarchicalDataRepository.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/VTKHierarchicalDataRepository.cpp#L32-L36

Added lines #L32 - L36 were not covered by tests

Check warning on line 39 in src/coreComponents/mesh/generators/VTKHierarchicalDataRepository.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/coreComponents/mesh/generators/VTKHierarchicalDataRepository.cpp#L39

Added line #L39 was not covered by tests