Integration test#67
Merged
Merged
Conversation
Test coverage will be calculated with github action.
Removed the build step for the Android project in the integration test workflow.
…se/swpp-2025-project-team-16 into iteration-final-test
…se/swpp-2025-project-team-16 into iteration-final-test
Updated Android SDK installation to use sdkmanager.
Added steps to install Android SDK in the workflow.
Updated Android SDK installation steps in the workflow.
…se/swpp-2025-project-team-16 into iteration-final-test
Added '--rerun-tasks' option to Gradle command for coverage report generation.
Add steps to upload and download coverage artifacts
Updated paths for uploading coverage and problem report artifacts.
Updated paths for coverage and problem report artifacts in the GitHub Actions workflow.
Updated the integration test workflow to include directory listing and current path checks.
Replaced the check for Jacoco report with a build command.
…se/swpp-2025-project-team-16 into iteration-final-test
Changed the Gradle command from 'build' to 'assembleDebug' for integration testing.
This file contains hidden or 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
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.
PR Title: Integration test
Related Issue(s):
for windows, jacoco can't analyze with coverage. so, I use github actions workflow to make coverage report.
PR Description:
some irrelavent codes are removed, and androidTest codes are updated. unit test codes will dismiss to our coverage report.
Changes Included:
Screenshots (if UI changes were made):
Reviewer Checklist:
expected.
Additional Comments:
None