Skip to content

feat: detail scene#27

Merged
vitor-rc1 merged 8 commits into
developfrom
feat/detail-scene
Feb 9, 2026
Merged

feat: detail scene#27
vitor-rc1 merged 8 commits into
developfrom
feat/detail-scene

Conversation

@vitor-rc1

Copy link
Copy Markdown
Owner

Description

  • Add Detail module files
    • ViewModel
    • Coordinator
    • ViewController and their subviews

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes)
  • Test update

Evidence

Simulator Screenshot - iPhone 17 - 2026-02-09 at 18 42 19

@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown
1 Warning
⚠️ Code coverage for Detail is below 80%: 71%
2 Messages
📖 Code coverage for Detail: 71%
📖 Code coverage for Home: 81%

Coverage Details for Detail

File Coverage
Projects/Detail/Sources/Coordinator/DetailCoordinator.swift 90%
Projects/Detail/Sources/Model/ExchangeDetailModel.swift 100%
Projects/Detail/Sources/Service/DetailEndpoint.swift 100%
Projects/Detail/Sources/Service/DetailService.swift 100%
Projects/Detail/Sources/View/AssetTableViewCell.swift 0%
Projects/Detail/Sources/View/DetailHeaderView.swift 97%
Projects/Detail/Sources/View/DetailViewController.swift 79%
Projects/Detail/Sources/View/HeaderSectionView.swift 0%
Projects/Detail/Sources/ViewModel/DetailViewModel.swift 100%

Coverage Details for Home

File Coverage
Projects/Home/Sources/Coordinator/HomeCoordinator.swift 100%
Projects/Home/Sources/Service/HomeEndpoint.swift 85%
Projects/Home/Sources/Service/HomeService.swift 100%
Projects/Home/Sources/View/HomeViewController.swift 67%
Projects/Home/Sources/ViewModel/HomeViewModel.swift 89%

Generated by 🚫 Danger

@vitor-rc1 vitor-rc1 merged commit 9287f56 into develop Feb 9, 2026
6 checks passed
@vitor-rc1 vitor-rc1 linked an issue Feb 9, 2026 that may be closed by this pull request
@vitor-rc1 vitor-rc1 mentioned this pull request Feb 10, 2026
@vitor-rc1 vitor-rc1 deleted the feat/detail-scene branch February 22, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module: Detail

1 participant