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

137 create an html diff report #139

Closed baubakg closed 2 months ago

baubakg commented 2 months ago

Description

Related Issue

Fixes #137

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.23810% with 4 lines in your changes missing coverage. Please review.

Project coverage is 95.79%. Comparing base (14a1688) to head (04b642e).

Files Patch % Lines
.../campaign/tests/logparser/core/LogDataFactory.java 97.33% 0 Missing and 2 partials :warning:
...aign/tests/logparser/utils/LogParserFileUtils.java 60.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ============================================ + Coverage 95.28% 95.79% +0.50% - Complexity 258 270 +12 ============================================ Files 17 18 +1 Lines 636 713 +77 Branches 101 99 -2 ============================================ + Hits 606 683 +77 + Misses 19 17 -2 - Partials 11 13 +2 ```

: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
65 New issues
0 Accepted issues

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

See analysis details on SonarCloud