Skip to content
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

feat(parser): adding file parser #3

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

patrickhousley
Copy link
Owner

Adding a new parser for node only that can read in JSON files.

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 96.55172% with 9 lines in your changes missing coverage. Please review.

Project coverage is 96.86%. Comparing base (6e9dbcd) to head (50023c8).

Files Patch % Lines
packages/parser/src/lib/parser.ts 95.48% 8 Missing ⚠️
packages/parser/src/lib/file-parser.ts 98.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
+ Coverage   95.39%   96.86%   +1.46%     
==========================================
  Files           4        6       +2     
  Lines         239      319      +80     
  Branches       75       99      +24     
==========================================
+ Hits          228      309      +81     
+ Misses         11       10       -1     

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

@patrickhousley patrickhousley marked this pull request as ready for review July 12, 2024 01:33
@patrickhousley patrickhousley merged commit 5322c45 into main Jul 12, 2024
5 checks passed
@patrickhousley patrickhousley deleted the feat/file-parser branch July 12, 2024 01:46
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.

1 participant