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

Analymizer stability - HTML export #142

Closed baubakg closed 2 months ago

baubakg commented 2 months ago

Description

Providing:

Related Issue

Fixes #141

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.80420% with 6 lines in your changes missing coverage. Please review.

Project coverage is 96.28%. Comparing base (e0b77e1) to head (3978545).

Files Patch % Lines
...m/adobe/campaign/tests/logparser/core/LogData.java 92.50% 3 Missing :warning:
...exceptions/LogParserPostManipulationException.java 0.00% 2 Missing :warning:
...ampaign/tests/logparser/utils/HTMLReportUtils.java 96.29% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ============================================ + Coverage 96.02% 96.28% +0.25% - Complexity 285 310 +25 ============================================ Files 18 20 +2 Lines 755 807 +52 Branches 108 112 +4 ============================================ + Hits 725 777 +52 - Misses 17 19 +2 + Partials 13 11 -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
301 New issues
0 Accepted issues

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

See analysis details on SonarCloud