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

non-visible-tiles-optimization for multi-tile-composition #78

Merged
merged 74 commits into from
Nov 20, 2023

fix failing test (on Linux) because of non-idempotent sorting

d9221e4
Select commit
Loading
Failed to load commit list.
Merged

non-visible-tiles-optimization for multi-tile-composition #78

fix failing test (on Linux) because of non-idempotent sorting
d9221e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 18, 2023 in 0s

81.06% of diff hit (target 64.46%)

View this Pull Request on Codecov

81.06% of diff hit (target 64.46%)

Annotations

Check warning on line 20 in Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp#L20

Added line #L20 was not covered by tests

Check warning on line 24 in Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 43 in Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 61 in Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp#L61

Added line #L61 was not covered by tests

Check warning on line 66 in Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelPyramidLevelTileAccessor.cpp#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 25 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L25

Added line #L25 was not covered by tests

Check warning on line 28 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 46 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 57 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L57

Added line #L57 was not covered by tests

Check warning on line 60 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 87 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L87

Added line #L87 was not covered by tests

Check warning on line 302 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L302

Added line #L302 was not covered by tests

Check warning on line 348 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L345-L348

Added lines #L345 - L348 were not covered by tests

Check warning on line 376 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L373-L376

Added lines #L373 - L376 were not covered by tests

Check warning on line 442 in Src/libCZI/SingleChannelScalingTileAccessor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelScalingTileAccessor.cpp#L442

Added line #L442 was not covered by tests

Check warning on line 47 in Src/libCZI/SingleChannelTileCompositor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/SingleChannelTileCompositor.cpp#L47

Added line #L47 was not covered by tests

Check warning on line 432 in Src/libCZI/utilities.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/utilities.cpp#L432

Added line #L432 was not covered by tests

Check warning on line 555 in Src/libCZI/utilities.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/utilities.cpp#L555

Added line #L555 was not covered by tests

Check warning on line 573 in Src/libCZI/utilities.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/utilities.cpp#L572-L573

Added lines #L572 - L573 were not covered by tests

Check warning on line 575 in Src/libCZI/utilities.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/utilities.cpp#L575

Added line #L575 was not covered by tests

Check warning on line 579 in Src/libCZI/utilities.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

Src/libCZI/utilities.cpp#L578-L579

Added lines #L578 - L579 were not covered by tests