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

Geofencing implementation with Unit test #487

Merged
merged 14 commits into from
Oct 25, 2024
Merged

Conversation

ngtduc693
Copy link
Contributor

@ngtduc693 ngtduc693 commented Oct 24, 2024

Geofencing implementation with Unit test

Geofencing is a location-based logic that defines a virtual boundary (fence) around a real-world geographical area. When a user or device enters or exits this area, an action can be triggered, such as sending notifications, logging an event, or activating other processes

image

  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Comments in areas I changed are up to date
  • I have added comments to hard-to-understand areas of my code
  • I have made corresponding changes to the README.md

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.09%. Comparing base (b19d093) to head (b4743e5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
+ Coverage   95.06%   95.09%   +0.03%     
==========================================
  Files         258      259       +1     
  Lines       10697    10710      +13     
  Branches     1504     1504              
==========================================
+ Hits        10169    10185      +16     
+ Misses        402      400       -2     
+ Partials      126      125       -1     

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

@ngtduc693 ngtduc693 changed the title Geofencing algorithms with Unit test Geofencing implementation with Unit test Oct 24, 2024
@ngtduc693 ngtduc693 marked this pull request as ready for review October 24, 2024 06:41
@ngtduc693
Copy link
Contributor Author

ngtduc693 commented Oct 24, 2024

image

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@siriak siriak enabled auto-merge (squash) October 25, 2024 17:39
@siriak siriak merged commit 93febae into TheAlgorithms:master Oct 25, 2024
4 checks passed
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.

2 participants