Skip to content

Provide a main method for executing log-parser as a commandline tool #155

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

Merged
merged 9 commits into from
Aug 6, 2024

Conversation

baubakg
Copy link
Member

@baubakg baubakg commented Aug 6, 2024

Description

We can now execute log parser as a command line tool

Related Issue

Fixes #10

How Has This Been Tested?

unit and manual tests

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ x] I have signed the Adobe Open Source CLA.
  • [x ] My code follows the code style of this project.
  • [x ] My change requires a change to the documentation.
  • [x ] I have updated the documentation accordingly.
  • [x ] I have read the CONTRIBUTING document.
  • [x ] I have added tests to cover my changes.
  • [x ] All new and existing tests passed.

@baubakg baubakg linked an issue Aug 6, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 6, 2024

Codecov Report

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

Project coverage is 97.03%. Comparing base (8282b8a) to head (cf41776).

Files Patch % Lines
...m/adobe/campaign/tests/logparser/RunLogParser.java 96.96% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #155      +/-   ##
============================================
+ Coverage     96.78%   97.03%   +0.25%     
- Complexity      313      351      +38     
============================================
  Files            20       22       +2     
  Lines           809      911     +102     
  Branches        112      126      +14     
============================================
+ Hits            783      884     +101     
- Misses           15       16       +1     
  Partials         11       11              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@baubakg baubakg changed the title Proviind a main method for executing log-parser as a commandline tool Provide a main method for executing log-parser as a commandline tool Aug 6, 2024
@baubakg baubakg merged commit 688372b into main Aug 6, 2024
8 of 9 checks passed
@baubakg baubakg deleted the 10-create-a-main-method-to-execute-as-app branch August 6, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a main method to execute as app
1 participant