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

Add a bunch of extension and utilities from our main project. #34

Merged
merged 8 commits into from
Feb 1, 2024

Merge branch 'master' into task/bump_utils

876429d
Select commit
Loading
Failed to load commit list.
Merged

Add a bunch of extension and utilities from our main project. #34

Merge branch 'master' into task/bump_utils
876429d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 29, 2024 in 1s

59.79% of diff hit (target 92.85%)

View this Pull Request on Codecov

59.79% of diff hit (target 92.85%)

Annotations

Check warning on line 10 in Source/Combine/Extensions/CurrentValueSubjectExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Extensions/CurrentValueSubjectExtensions.swift#L6-L10

Added lines #L6 - L10 were not covered by tests

Check warning on line 7 in Source/Combine/Extensions/PassthroughSubjectExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Extensions/PassthroughSubjectExtensions.swift#L5-L7

Added lines #L5 - L7 were not covered by tests

Check warning on line 11 in Source/Combine/Extensions/PassthroughSubjectExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Extensions/PassthroughSubjectExtensions.swift#L9-L11

Added lines #L9 - L11 were not covered by tests

Check warning on line 14 in Source/Combine/Extensions/PublisherExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Extensions/PublisherExtensions.swift#L10-L14

Added lines #L10 - L14 were not covered by tests

Check warning on line 7 in Source/Combine/Publishers/Publishers.WithLatestFrom.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Publishers/Publishers.WithLatestFrom.swift#L5-L7

Added lines #L5 - L7 were not covered by tests

Check warning on line 21 in Source/Combine/Publishers/Publishers.WithLatestFrom.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Publishers/Publishers.WithLatestFrom.swift#L18-L21

Added lines #L18 - L21 were not covered by tests

Check warning on line 28 in Source/Combine/Publishers/Publishers.WithLatestFrom.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Publishers/Publishers.WithLatestFrom.swift#L24-L28

Added lines #L24 - L28 were not covered by tests

Check warning on line 53 in Source/Combine/Publishers/Publishers.WithLatestFrom.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Publishers/Publishers.WithLatestFrom.swift#L45-L53

Added lines #L45 - L53 were not covered by tests

Check warning on line 82 in Source/Combine/Publishers/Publishers.WithLatestFrom.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Combine/Publishers/Publishers.WithLatestFrom.swift#L57-L82

Added lines #L57 - L82 were not covered by tests

Check warning on line 11 in Source/Foundation/Extensions/BundleExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/BundleExtensions.swift#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 21 in Source/Foundation/Extensions/BundleExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/BundleExtensions.swift#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 32 in Source/Foundation/Extensions/BundleExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/BundleExtensions.swift#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 36 in Source/Foundation/Extensions/BundleExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/BundleExtensions.swift#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 40 in Source/Foundation/Extensions/BundleExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/BundleExtensions.swift#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 7 in Source/Foundation/Extensions/DecimalExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/DecimalExtensions.swift#L5-L7

Added lines #L5 - L7 were not covered by tests

Check warning on line 12 in Source/Foundation/Extensions/DecimalExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/DecimalExtensions.swift#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 17 in Source/Foundation/Extensions/DecimalExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/DecimalExtensions.swift#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 22 in Source/Foundation/Extensions/DecimalExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/DecimalExtensions.swift#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 27 in Source/Foundation/Extensions/DecimalExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/DecimalExtensions.swift#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 15 in Source/Foundation/Extensions/IntExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/IntExtensions.swift#L13-L15

Added lines #L13 - L15 were not covered by tests

Check warning on line 22 in Source/Foundation/Extensions/IntExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/IntExtensions.swift#L19-L22

Added lines #L19 - L22 were not covered by tests

Check warning on line 32 in Source/Foundation/Extensions/StringExtensions+Formating.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/StringExtensions+Formating.swift#L29-L32

Added lines #L29 - L32 were not covered by tests

Check warning on line 34 in Source/Foundation/Extensions/StringExtensions+Validators.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/StringExtensions+Validators.swift#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 8 in Source/Foundation/Extensions/URLExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/URLExtensions.swift#L4-L8

Added lines #L4 - L8 were not covered by tests

Check warning on line 47 in Source/Foundation/Extensions/URLExtensions.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Source/Foundation/Extensions/URLExtensions.swift#L37-L47

Added lines #L37 - L47 were not covered by tests