Skip to content

address comments

4bd410c
Select commit
Loading
Failed to load commit list.
Merged

feat: [#783] Add app.Run(...runner) function to optimize the app running process #1221

address comments
4bd410c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 15, 2025 in 0s

65.95% (-0.71%) compared to e78715c

View this Pull Request on Codecov

65.95% (-0.71%) compared to e78715c

Details

Codecov Report

❌ Patch coverage is 48.70130% with 79 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.95%. Comparing base (e78715c) to head (4bd410c).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
foundation/application.go 78.12% 20 Missing and 1 partial ⚠️
queue/runners.go 0.00% 15 Missing ⚠️
schedule/runners.go 0.00% 12 Missing ⚠️
grpc/runners.go 0.00% 11 Missing ⚠️
route/runners.go 0.00% 11 Missing ⚠️
grpc/service_provider.go 0.00% 3 Missing ⚠️
queue/service_provider.go 0.00% 2 Missing ⚠️
route/service_provider.go 0.00% 2 Missing ⚠️
schedule/service_provider.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1221      +/-   ##
==========================================
- Coverage   66.66%   65.95%   -0.71%     
==========================================
  Files         237      243       +6     
  Lines       15879    16676     +797     
==========================================
+ Hits        10585    10998     +413     
- Misses       4928     5298     +370     
- Partials      366      380      +14     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.