-
Notifications
You must be signed in to change notification settings - Fork 160
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
♻️ [Test] Added new set of test cases to test JobEngine Device Management Target Processors #4164
Draft
Coduz
wants to merge
9
commits into
eclipse:develop
Choose a base branch
from
Coduz:feat-refactoringJobEngineProcessorTests
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
♻️ [Test] Added new set of test cases to test JobEngine Device Management Target Processors #4164
Coduz
wants to merge
9
commits into
eclipse:develop
from
Coduz:feat-refactoringJobEngineProcessorTests
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
…ment Keystore Target Processors Signed-off-by: Alberto Codutti <[email protected]>
…ment Asset Target Processors Signed-off-by: Alberto Codutti <[email protected]>
…ment Bundle Target Processors Signed-off-by: Alberto Codutti <[email protected]>
…ment Command Target Processors Signed-off-by: Alberto Codutti <[email protected]>
…ment Configuration Target Processors Signed-off-by: Alberto Codutti <[email protected]>
…the Device Management operation will be tested by the Device Management tests Signed-off-by: Alberto Codutti <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4164 +/- ##
=============================================
- Coverage 16.71% 16.70% -0.01%
Complexity 22 22
=============================================
Files 2039 2039
Lines 53018 53041 +23
Branches 4453 4458 +5
=============================================
Hits 8860 8860
- Misses 43755 43778 +23
Partials 403 403
|
…ment Packages Target Processors Signed-off-by: Alberto Codutti <[email protected]>
Coduz
force-pushed
the
feat-refactoringJobEngineProcessorTests
branch
from
December 23, 2024 15:58
18bcb92
to
44e2cc3
Compare
Signed-off-by: Alberto Codutti <[email protected]>
Coduz
force-pushed
the
feat-refactoringJobEngineProcessorTests
branch
from
December 23, 2024 17:18
1c127c5
to
3240342
Compare
Signed-off-by: Alberto Codutti <[email protected]>
Coduz
force-pushed
the
feat-refactoringJobEngineProcessorTests
branch
from
December 23, 2024 17:20
3240342
to
eb0c3e4
Compare
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.
Brief description of the PR.
[e.g. Added
null
check onobject
to avoidNullPointerException
]Related Issue
This PR fixes/closes {issue number}
Description of the solution adopted
A more detailed description of the changes made to solve/close one or more issues.
If the PR is simple and easy to understand this section can be skipped.
Screenshots
If applicable, add screenshots to help explain your solution
Any side note on the changes made
Description of any other change that has been made, which is not directly linked to the issue resolution
[e.g. Code clean up/Sonar issue resolution]