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

Extract component callbacks from activity service #52

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

fractalwrench
Copy link
Contributor

Goal

Extracts the component callbacks implementation from the activity service & places it into its own service. This has nothing to do with activities & therefore belongs in a separate file.

Testing

Added unit test coverage.

@fractalwrench fractalwrench requested a review from a team as a code owner November 9, 2023 15:45
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #52 (2a5411a) into master (830b97e) will decrease coverage by 0.02%.
The diff coverage is 65.38%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   74.60%   74.58%   -0.02%     
==========================================
  Files         306      307       +1     
  Lines       10082    10094      +12     
  Branches     1454     1453       -1     
==========================================
+ Hits         7522     7529       +7     
- Misses       1980     1986       +6     
+ Partials      580      579       -1     
Files Coverage Δ
...ava/io/embrace/android/embracesdk/EmbraceImpl.java 46.97% <100.00%> (-0.12%) ⬇️
...d/embracesdk/injection/DataCaptureServiceModule.kt 95.65% <100.00%> (+0.19%) ⬆️
...droid/embracesdk/session/EmbraceActivityService.kt 85.84% <ø> (+1.84%) ⬆️
...racesdk/capture/memory/ComponentCallbackService.kt 60.86% <60.86%> (ø)

Copy link
Collaborator

@bidetofevil bidetofevil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice. LGTM.

@fractalwrench fractalwrench merged commit 3fbf6ad into master Nov 10, 2023
3 of 4 checks passed
@fractalwrench fractalwrench deleted the split-activity-service branch November 10, 2023 10:31
fractalwrench added a commit that referenced this pull request Nov 10, 2023
Extract component callbacks from activity service
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.

None yet

2 participants