Skip to content

Add Coordinate Space API

6b50f67
Select commit
Loading
Failed to load commit list.
Merged

Add Coordinate Space API #171

Add Coordinate Space API
6b50f67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 7, 2024 in 0s

0.00% of diff hit (target 20.91%)

View this Pull Request on Codecov

0.00% of diff hit (target 20.91%)

Annotations

Check warning on line 28 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 37 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift#L37

Added line #L37 was not covered by tests

Check warning on line 45 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift#L42-L45

Added lines #L42 - L45 were not covered by tests

Check warning on line 55 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift#L55

Added line #L55 was not covered by tests

Check warning on line 57 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift#L57

Added line #L57 was not covered by tests

Check warning on line 72 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/CoordinateSpace.swift#L61-L72

Added lines #L61 - L72 were not covered by tests

Check warning on line 10 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/GlobalCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/GlobalCoordinateSpace.swift#L10

Added line #L10 was not covered by tests

Check warning on line 12 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/GlobalCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/GlobalCoordinateSpace.swift#L12

Added line #L12 was not covered by tests

Check warning on line 20 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/GlobalCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/GlobalCoordinateSpace.swift#L20

Added line #L20 was not covered by tests

Check warning on line 10 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/LocalCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/LocalCoordinateSpace.swift#L10

Added line #L10 was not covered by tests

Check warning on line 12 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/LocalCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/LocalCoordinateSpace.swift#L12

Added line #L12 was not covered by tests

Check warning on line 20 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/LocalCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/LocalCoordinateSpace.swift#L20

Added line #L20 was not covered by tests

Check warning on line 17 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 20 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift#L20

Added line #L20 was not covered by tests

Check warning on line 37 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 41 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/NamedCoordinateSpace.swift#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 19 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift#L16-L19

Added lines #L16 - L19 were not covered by tests

Check warning on line 26 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift#L23-L26

Added lines #L23 - L26 were not covered by tests

Check warning on line 35 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 41 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift#L41

Added line #L41 was not covered by tests

Check warning on line 43 in Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Layout/CoordinateSpace/ScrollCoordinateSpace.swift#L43

Added line #L43 was not covered by tests