• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

snowplow / snowplow-android-tracker
75%
master: 76%

Build:
Build:
LAST BUILD BRANCH: 5.0.0-dev.1
DEFAULT BRANCH: master
Repo Added 20 Jun 2016 03:23PM UTC
Files 115
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH issue/381-events_processing_refactoring
branch: issue/381-events_processing_refactoring
CHANGE BRANCH
x
Reset
  • issue/381-events_processing_refactoring
  • 0.6.0
  • 0.6.0-M1
  • 0.6.0-M2
  • 0.6.0-M3
  • 0.6.0-M4
  • 0.6.1
  • 0.6.1-M1
  • 0.6.2
  • 0.7.0
  • 0.7.0-M1
  • 0.7.1-M1
  • 0.7.1-M2
  • 0.7.1-M3
  • 0.8.0
  • 0.9.0-M1
  • 0.9.0-M2
  • 1.1.0
  • 1.2.0
  • 1.2.1
  • 1.3.0-copy
  • 1.4.1
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.7.1
  • 2.0.0
  • 2.0.1
  • 2.1.0
  • 2.2.0
  • 2.2.1
  • 3.0.0
  • 3.0.1
  • 3.0.2
  • 3.0.3
  • 3.1.0
  • 3.1.1
  • 3.1.2
  • 3.2.0
  • 4.0.0
  • 4.1.0
  • 4.1.1
  • 4.1.2
  • 5.0.0-alpha.1
  • 5.0.0-beta.1
  • 5.0.0-dev.1
  • develop
  • feat/ngrok
  • global_contexts
  • hotfix/0.6.1
  • hotfix/0.6.2
  • issue/224
  • issue/226
  • issue/245
  • issue/247
  • issue/254
  • issue/255
  • issue/256
  • issue/257
  • issue/258
  • issue/259
  • issue/261
  • issue/262
  • issue/263
  • issue/266
  • issue/267
  • issue/338_add_synk
  • issue/363-previous_screen_state_broken
  • issue/373_revert_to_support_library
  • issue/385-add_code_coverage
  • issue/387-ci_improvements
  • issue/390-renew_eventid_when_reused
  • issue/394-fix_background_threads
  • issue/402-fix_broken_snyk_script
  • issue/407-report_logs_to_app
  • issue/409-emitter_refactoring
  • issue/422-create_api_v2
  • issue/426-multiple_instances
  • issue/428-add_api_reference
  • issue/430-add_separate_session
  • issue/432-remove_protocol
  • issue/434-fix_strictmode
  • issue/441-logging
  • issue/443-set_lifecycle_off
  • issue/452-remote_config
  • issue/457
  • issue/468-state_management
  • issue/470-deep_link
  • issue/471-lifecycle_context
  • issue/474-convenient_methods
  • issue/476-add_mobile_platform_contexts
  • issue/478-message_notification_event
  • issue/480-campaign_enrichment
  • issue/484-remove_v1_api
  • issue/489-duplicate_state_machines
  • issue/492-idfa_updates
  • issue/495-multiple_screen_contexts
  • issue/499-check_background_event_with_foreground_timeout
  • issue/500-session_callback
  • issue/505-pause_emitter
  • issue/508-tracker_endpoint
  • issue/512-lifecycle_entity
  • issue/514-duplicate_entity
  • issue/517-client_session
  • issue/517-fix_timezone
  • issue/518-retry_status_codes
  • issue/519-cookiejar
  • issue/520-bump_okhttp
  • issue/526-sdk_versin
  • issue/531-subscribe_webview_events
  • issue/533-remote_config_cache
  • issue/535-remote_config_callback
  • issue/537-date_formatting
  • issue/540-anonymous_tracking
  • issue/542-session_timeout
  • issue/544-track_event_id
  • issue/547-session_configuration_serialization
  • issue/548-recreating_tracker_after_remove
  • issue/549-user_anonymisation_extension
  • issue/550-configuration_bundle_constructor
  • issue/553-deeplink_atomic_properties
  • issue/557-fix_readme_links
  • issue/564-translate_core
  • issue/566-session_userid_0s
  • issue/573-event_refactoring
  • issue/574-plugins
  • issue/578-copyrights
  • issue/581-fix_session_exception
  • issue/contributing
  • issue/focal_meter
  • master
  • mscwilson-patch-1
  • next
  • oguzhan-dev-test
  • release/0.6.0
  • release/0.7.0
  • release/0.7.1
  • release/0.8.0
  • release/1.2.0
  • release/1.2.1
  • release/1.3.0
  • release/1.3.1
  • release/1.4.1
  • release/1.5.0
  • release/1.6.0
  • release/1.7.0
  • release/1.7.1
  • release/2.0
  • release/2.0.1
  • release/2.1
  • release/2.2
  • release/2.2.1
  • release/2.3
  • release/3.0
  • release/3.0.1
  • release/3.0.2
  • release/3.0.3
  • release/3.1
  • release/3.1.1
  • release/3.1.2
  • release/3.1.3
  • release/3.1.4
  • release/3.2.0
  • release/3.2.1
  • release/3.3.0
  • release/4.0.0
  • release/4.1.0
  • release/4.1.1
  • release/4.1.2
  • release/4.2.0
  • release/5.0.0-alpha.1
  • release/5.0.0-beta.1
  • release/5.0.0-beta.2
  • travis-test
  • trial

pending completion
#711

push

github-actions

AlexBenny
Fix error on Consent events

getContexts method return a copy of the contexts list so if the event add more contexts it has to add them in the original list and not in the copy one.

1861 of 2478 relevant lines covered (75.1%)

0.75 hits per line

Relevant lines Covered
Build:
Build:
2478 RELEVANT LINES 1861 COVERED LINES
0.75 HITS PER LINE
Source Files on issue/381-events_processing_refactoring
  • Tree
  • List 51
  • Changed 5
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#711 issue/381-events_processing_refactoring Fix error on Consent events getContexts method return a copy of the contexts list so if the event add more contexts it has to add them in the original list and not in the copy one. push 11 Jun 2020 02:54PM UTC AlexBenny github-actions pending completion  
#710 issue/381-events_processing_refactoring Merge 01e35a9a3 into 7f8df6cc1 Pull #382 11 Jun 2020 02:52PM UTC web-flow github-actions pending completion  
#709 issue/381-events_processing_refactoring Merge 768a36abf into 7f8df6cc1 Pull #382 11 Jun 2020 10:49AM UTC web-flow github-actions pending completion  
#708 issue/381-events_processing_refactoring Remove call to super as not needed push 11 Jun 2020 10:48AM UTC AlexBenny github-actions pending completion  
See All Builds (635)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc