adobe / log-parser

An SDK and Tool that allows you to analyse, sort, filter, and search your logs. The added value is that all data is stored in Java objects that can be used for other purposes such as: assertions, reporting, automated decision making.
MIT License
18 stars 8 forks source link

127 implement a diff method #134

Closed baubakg closed 2 months ago

baubakg commented 2 months ago

Description

We can now compare two LogData Objects

Related Issue

Fixes #127

How Has This Been Tested?

Field testing

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 96.87500% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.28%. Comparing base (dcba1f7) to head (a48141d).

Files Patch % Lines
...m/adobe/campaign/tests/logparser/core/LogData.java 95.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ============================================ + Coverage 95.07% 95.28% +0.20% - Complexity 246 258 +12 ============================================ Files 16 17 +1 Lines 609 636 +27 Branches 95 101 +6 ============================================ + Hits 579 606 +27 Misses 19 19 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
51 New issues
0 Accepted issues

Measures
0 Security Hotspots
98.1% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud