Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors and results #245

Merged
merged 13 commits into from Mar 22, 2024
Merged

Errors and results #245

merged 13 commits into from Mar 22, 2024

Conversation

hoc081098
Copy link
Owner

@hoc081098 hoc081098 commented Mar 18, 2024

Status

READY/IN DEVELOPMENT/HOLD

Breaking Changes

YES | NO

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Requirements

  • Dump api
  • Update README
  • Update CHANGELOG
  • Add tests
  • Add docs

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.70%. Comparing base (03c6285) to head (65b161e).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
+ Coverage   86.83%   87.70%   +0.86%     
==========================================
  Files          37       37              
  Lines         805      805              
  Branches      107      108       +1     
==========================================
+ Hits          699      706       +7     
+ Misses         61       53       -8     
- Partials       45       46       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hoc081098 hoc081098 marked this pull request as ready for review March 22, 2024 04:59
@hoc081098 hoc081098 merged commit 86c6cfd into master Mar 22, 2024
8 checks passed
@hoc081098 hoc081098 deleted the errors-and-results branch March 22, 2024 05:00
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.

fun <T> Flow<T>.asResultFlow(): Flow<Result<T>> and friends related with kotlin.Result
1 participant