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

Path builder + ComposableDeeplinking tests #38

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Helps with #37.

Problem

Our test coverage is relatively low.

Solution

Add PathBuilder and ComposableDeeplinking tests.

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%

Files changed - -
Routed.swift 4.86% :skull:
PathBuilder+Conditional.swift 96.55% :white_check_mark:
PathBuilder+BeforeBuild.swift 100.00% :white_check_mark:

Current coverage for ComposableNavigatorTCA.framework is 0.00%

No files affecting coverage found


Powered by xcov

Generated by :no_entry_sign: Danger