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

fix: Merge latest changes to main #401

Merged
merged 17 commits into from
Apr 2, 2024
Merged

fix: Merge latest changes to main #401

merged 17 commits into from
Apr 2, 2024

Conversation

richtera
Copy link
Collaborator

What kind of change does this PR introduce (bug fix, feature, docs update, ...)?

  • feat: add ALL_PERMISSIONS flag to encoding
  • fix: Patch full pretty printed with LF and TAB.
  • feat: add dynamic array encoding
  • test: add dynamic array encoding tests
  • fix typos
  • add parameter passdown test for startingIndex and arrayLength
  • update documentation
  • update example + rename arrayLength to totalArrayLength
  • add further parameter explanation and warning
  • improve test name and error outputs
  • update error messages with code styling

What is the current behaviour (you can also link to an open issue here)?

What is the new behaviour (if this is a feature change)?

Other information:

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 75.60976% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 81.89%. Comparing base (945210a) to head (b9d8f7b).
Report is 3 commits behind head on main.

Files Patch % Lines
src/lib/schemaParser.ts 63.63% 2 Missing and 2 partials ⚠️
src/index.ts 81.25% 1 Missing and 2 partials ⚠️
src/lib/utils.ts 84.61% 1 Missing and 1 partial ⚠️
src/lib/getDataFromExternalSources.ts 0.00% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
- Coverage   82.12%   81.89%   -0.24%     
==========================================
  Files          19       19              
  Lines        1309     1342      +33     
  Branches      302      315      +13     
==========================================
+ Hits         1075     1099      +24     
- Misses        128      132       +4     
- Partials      106      111       +5     

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

@richtera richtera merged commit 701486d into main Apr 2, 2024
2 checks passed
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.

5 participants