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

Encapsulate Storage_base class #528

Open
wants to merge 4 commits into
base: dev-master
Choose a base branch
from

Remove unsed debug message

09b2c37
Select commit
Loading
Failed to load commit list.
Open

Encapsulate Storage_base class #528

Remove unsed debug message
09b2c37
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 2, 2024 in 0s

14.52% of diff hit (within 100.00% threshold of 17.58%)

View this Pull Request on Codecov

14.52% of diff hit (within 100.00% threshold of 17.58%)

Annotations

Check warning on line 524 in include/Tensor.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/Tensor.hpp#L524

Added line #L524 was not covered by tests

Check warning on line 42 in include/backend/Storage.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/backend/Storage.hpp#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 45 in include/backend/Storage.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/backend/Storage.hpp#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 159 in include/backend/Storage.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/backend/Storage.hpp#L159

Added line #L159 was not covered by tests

Check warning on line 284 in include/backend/Storage.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/backend/Storage.hpp#L279-L284

Added lines #L279 - L284 were not covered by tests

Check warning on line 761 in include/backend/Storage.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/backend/Storage.hpp#L761

Added line #L761 was not covered by tests

Check warning on line 79 in src/Tensor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tensor.cpp#L79

Added line #L79 was not covered by tests

Check warning on line 171 in src/backend/Storage.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage.cpp#L171

Added line #L171 was not covered by tests

Check warning on line 317 in src/backend/Storage.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage.cpp#L317

Added line #L317 was not covered by tests

Check warning on line 110 in src/backend/StorageImplementation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/StorageImplementation.cpp#L110

Added line #L110 was not covered by tests

Check warning on line 449 in src/backend/StorageImplementation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/StorageImplementation.cpp#L449

Added line #L449 was not covered by tests

Check warning on line 767 in src/backend/StorageImplementation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/StorageImplementation.cpp#L767

Added line #L767 was not covered by tests

Check warning on line 186 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L186

Added line #L186 was not covered by tests

Check warning on line 527 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L527

Added line #L527 was not covered by tests

Check warning on line 531 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L531

Added line #L531 was not covered by tests

Check warning on line 537 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L537

Added line #L537 was not covered by tests

Check warning on line 541 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L541

Added line #L541 was not covered by tests

Check warning on line 549 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L549

Added line #L549 was not covered by tests

Check warning on line 556 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L556

Added line #L556 was not covered by tests

Check warning on line 564 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L564

Added line #L564 was not covered by tests

Check warning on line 571 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L571

Added line #L571 was not covered by tests

Check warning on line 578 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L578

Added line #L578 was not covered by tests

Check warning on line 582 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L582

Added line #L582 was not covered by tests

Check warning on line 589 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L589

Added line #L589 was not covered by tests

Check warning on line 593 in src/backend/Storage_base.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/Storage_base.cpp#L593

Added line #L593 was not covered by tests