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

Increase code coverage for listed classes #398

Open
yangyansong-adbe opened this issue Feb 15, 2023 · 0 comments
Open

Increase code coverage for listed classes #398

yangyansong-adbe opened this issue Feb 15, 2023 · 0 comments
Labels

Comments

@yangyansong-adbe
Copy link
Contributor

yangyansong-adbe commented Feb 15, 2023

To set code coverage to 85% and make future PRs have good code coverage, we have to exclude the following classes for now that are not covered properly in tests. We should remove those classes from the ignore list and add more tests for them later.

    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/AppResourceStore.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/eventhub/history"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/eventhub/ExtensionContainer.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/util/EventDataMerger.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/util/FileUtils.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/util/MapUtils.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/util/VisitorIDSerializer.java"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/configuration/ConfigurationRulesManager.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/internal/configuration/ConfigurationStateManager.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/launch/rulesengine/json/HistoricalCondition.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/launch/rulesengine/json/JSONConsequence.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/launch/rulesengine/json/JSONDefinition.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/launch/rulesengine/json/JSONRule.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/launch/rulesengine/json/JSONRuleRoot.kt"
    - "code/core/src/main/java/com/adobe/marketing/mobile/ExtensionHelper.java"
   
@praveek praveek added the defer label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants