surfstudio / ReactiveDataDisplayManager

MIT License
34 stars 13 forks source link

Proxy tests #189

Closed kombatkos closed 2 years ago

kombatkos commented 2 years ago

Что сделано?

Зачем это сделано?

Для повышения покрытия и стабильности библиотеки.

Как протестировать?

Запустить тесты или посмотреть репорт от GithubActions.

github-actions[bot] commented 2 years ago
Warnings
:warning: Oops! We have found some issues. It's better to fix them to keep code clean

SwiftLint found issues

Severity File Reason
Warning RefreshableMocks.swift:13 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)
Warning RefreshableMocks.swift:30 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)

Generated by :no_entry_sign: Danger Swift against ed9a44b8c9d8aa393e8280a6300c44587d59c6e1

codecov-commenter commented 2 years ago

Codecov Report

Merging #189 (8c6df2e) into develop (30cbe6a) will increase coverage by 2.19%. The diff coverage is n/a.

:exclamation: Current head 8c6df2e differs from pull request most recent head a7b15be. Consider uploading reports for the commit a7b15be to get more accurate results

@@             Coverage Diff             @@
##           develop     #189      +/-   ##
===========================================
+ Coverage    60.94%   63.14%   +2.19%     
===========================================
  Files          127      127              
  Lines         4732     4732              
  Branches      2140     2140              
===========================================
+ Hits          2884     2988     +104     
+ Misses        1735     1629     -106     
- Partials       113      115       +2     
Flag Coverage Δ
uitests 45.07% <ø> (ø)
unittests 39.07% <ø> (+3.46%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...llection/DataSource/BaseCollectionDataSource.swift 83.72% <0.00%> (+3.48%) :arrow_up:
Source/Table/Delegate/BaseTableDelegate.swift 70.94% <0.00%> (+6.70%) :arrow_up:
...e/Collection/Delegate/BaseCollectionDelegate.swift 84.61% <0.00%> (+11.53%) :arrow_up:
...lugins/PluginAction/TablePrefetchProxyPlugin.swift 100.00% <0.00%> (+61.53%) :arrow_up:
...s/PluginAction/CollectionPrefetchProxyPlugin.swift 100.00% <0.00%> (+61.53%) :arrow_up:
...ginAction/TableScrollViewDelegateProxyPlugin.swift 97.77% <0.00%> (+64.44%) :arrow_up:
...tion/CollectionScrollViewDelegateProxyPlugin.swift 97.77% <0.00%> (+64.44%) :arrow_up:

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 30cbe6a...a7b15be. Read the comment docs.