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 session message collator #71

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

fractalwrench
Copy link
Contributor

Goal

Extracts the logic used to construct a session message from the business logic that decides when a session should start/end.

Testing

Relied on existing test coverage.

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

codecov bot commented Nov 15, 2023

Codecov Report

Merging #71 (14f903b) into master (e94b282) will increase coverage by 0.02%.
The diff coverage is 92.92%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   76.07%   76.10%   +0.02%     
==========================================
  Files         311      312       +1     
  Lines       10069    10080      +11     
  Branches     1450     1450              
==========================================
+ Hits         7660     7671      +11     
  Misses       1820     1820              
  Partials      589      589              
Files Coverage Δ
...race/android/embracesdk/injection/SessionModule.kt 100.00% <100.00%> (ø)
...brace/android/embracesdk/session/SessionHandler.kt 87.93% <100.00%> (-0.92%) ⬇️
...droid/embracesdk/session/SessionMessageCollator.kt 91.13% <91.13%> (ø)

@fractalwrench fractalwrench changed the title refactor: extract session message collator Extract session message collator Nov 15, 2023
Copy link
Contributor

@lucaslabari lucaslabari left a comment

Choose a reason for hiding this comment

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

LGTM

@fractalwrench fractalwrench merged commit 24fd0cc into master Nov 15, 2023
4 checks passed
@fractalwrench fractalwrench deleted the extract-session-message-collator branch November 15, 2023 13:47
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