Bahn-X / swift-composable-navigator

An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
MIT License
580 stars 25 forks source link

Add ComposableNavigatorTCA tests #39

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Helps with #37.

Problem

ComposableNavigatorTCA currently has 0% coverage.

Solution

Add tests for PathBuilder helpers.

github-actions[bot] commented 3 years ago

Current coverage for ComposableDeeplinking.framework is 100.00%

No files affecting coverage found


Current coverage for ComposableNavigator.framework is 64.02%

No files affecting coverage found


Current coverage for ComposableNavigatorTCA.framework is 96.55%

Files changed - -
PathBuilder+IfLetStore.swift 92.59% :white_check_mark:
PathBuilder+OnDismiss+TCA.swift 100.00% :white_check_mark:

Powered by xcov

Generated by :no_entry_sign: Danger