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: add support for column-level location data #15

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Conversation

P403n1x87
Copy link
Owner

Description of the Change

This change adds support for the version 2 of the MOJO binary format specification, which introduces the extra column-level location information.

Alternate Designs

N. A.

Regressions

None expected.

Verification Process

Added an extra test case to validate the parsing of the new MOJO format.

This change adds support for the version 2 of the MOJO binary
format specification, which introduces the extra column-level
location information.
@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Base: 73.79% // Head: 73.83% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (dad5f2e) compared to base (107db3b).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   73.79%   73.83%   +0.04%     
==========================================
  Files          14       16       +2     
  Lines        1309     1464     +155     
  Branches      199      215      +16     
==========================================
+ Hits          966     1081     +115     
- Misses        289      321      +32     
- Partials       54       62       +8     
Impacted Files Coverage Δ
austin/format/mojo.py 86.95% <100.00%> (+0.38%) ⬆️
austin/__init__.py 71.01% <0.00%> (ø)
austin/format/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@P403n1x87 P403n1x87 merged commit 93abffa into main Jan 23, 2023
@P403n1x87 P403n1x87 deleted the feat/column-data branch January 23, 2023 10:56
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