-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
disable google test tracking #4983
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AndyScherzinger
approved these changes
Dec 11, 2019
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/11936 |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
cd4fddd
to
e8eae2a
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11951.apk |
Codacy327Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #4983 +/- ##
============================================
- Coverage 17.75% 17.42% -0.34%
Complexity 3 3
============================================
Files 385 385
Lines 32675 32675
Branches 4593 4593
============================================
- Hits 5803 5693 -110
- Misses 25942 26080 +138
+ Partials 930 902 -28
|
tobiasKaminsky
added a commit
that referenced
this pull request
Dec 13, 2019
10789e9 Merge pull request #4932 from nextcloud/useTestOrchestrator 50a73b4 on smaller displays we have to swipe up 9fce154 Use android test orchestrator cbf59eb Merge pull request #4983 from nextcloud/disableGoogleTracking e8eae2a disable google test tracking 257ac81 Merge pull request #4900 from nextcloud/v2withActivity a235718 fix tests 6eb4ac7 revert to master snapshot 8b61e74 remove unneeded accountManager e5cd5ff use nextcloudClient.execute(…) 066f4c2 Initial work on v2 with activity 45f1146 [tx-robot] updated from transifex d913950 daily dev 20191211
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks to @grote for https://blog.grobox.de/2019/disable-google-android-instrumentation-test-tracking/
Signed-off-by: tobiasKaminsky tobias@kaminsky.me