-
Notifications
You must be signed in to change notification settings - Fork 0
Add StatsActor #42
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
Add StatsActor #42
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 178 188 +10
===========================================
Files 17 18 +1
Lines 613 699 +86
Branches 35 37 +2
===========================================
+ Hits 613 699 +86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Maybe, could you try remove cache in the user actor? |
…2-stats # Conflicts: # app/actors/UserActor.java
StatsActor: extended functionality SupervisorActor: added UserStatsResponse and GetStats, and onMessage behavior UserActor: added onGetStats
StatsActor: extended functionality SupervisorActor: added UserStatsResponse and GetStats, and onMessage behavior UserActor: added onGetStats
# Conflicts: # app/actors/SupervisorActor.java # app/controllers/HomeController.java
…2-stats # Conflicts: # app/actors/SupervisorActor.java # app/controllers/HomeController.java
No description provided.