-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: test to verify if coverage is created with
clearPackageData
se…
…t to `true` Turns out this test does not succeed, but this seems to be a bug in the Android Tooling and not something this plugin can solve. See: #83
- Loading branch information
Showing
5 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
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
38 changes: 38 additions & 0 deletions
38
...c/test/test-fixtures/multi-module/configurations/connected-device-clear-package-data.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This test was added in reaction to: | ||
# https://github.com/NeoTech-Software/Android-Root-Coverage-Plugin/issues/83 | ||
# | ||
# Currently this test case fails, but probably not because of this plugin as it seems to be | ||
# an Android tooling issue: | ||
# - https://issuetracker.google.com/issues/126258801 | ||
# - https://issuetracker.google.com/issues/123987001 | ||
# | ||
# For now this test configuration is ignored (until Google fixes this) | ||
ignore: true | ||
projectConfiguration: | ||
addGradleManagedDevice: false | ||
clearPackageData: true | ||
testOrchestrator: true | ||
pluginConfiguration: | ||
properties: | ||
- name: generateHtml | ||
value: true | ||
- name: generateXml | ||
value: false | ||
- name: generateCsv | ||
value: true | ||
|
||
- name: buildVariant | ||
value: debug | ||
|
||
- name: executeUnitTests | ||
value: true | ||
- name: includeUnitTestResults | ||
value: true | ||
|
||
- name: executeAndroidTests | ||
value: false | ||
- name: includeAndroidTestResults | ||
value: true | ||
|
||
- name: includeNoLocationClasses | ||
value: true |