TetsuFe / flutter_novel

Flutter製のノベルゲーム
https://tetsufe.github.io/flutter_novel/#/
3 stars 1 forks source link

ディレクトリの再構成 #27

Closed TetsuFe closed 4 years ago

TetsuFe commented 4 years ago

why

what

lib
├── story
│   │   ├── models
│   │   │   ├── story.dart
│   │   │   ├── story.freezed.dart
│   │   │   ├── story.g.dart
│   │   │   ├── story_api.dart
│   │   │   └── story_state_notifier.dart
│   │   └── widgets
│   │       ├── story_details_body.dart
│   │       ├── story_details_page.dart
│   │       └── story_list.dart
codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   35.06%   35.06%           
=======================================
  Files           4        4           
  Lines          77       77           
=======================================
  Hits           27       27           
  Misses         50       50           
Impacted Files Coverage Δ
lib/story/models/story.dart 0.00% <ø> (ø)
lib/story/models/story.freezed.dart 40.00% <ø> (ø)
lib/story/models/story.g.dart 0.00% <ø> (ø)
lib/story/models/story_state_notifier.dart 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b964e24...a07d21e. Read the comment docs.