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

add unit tests for to_jit #579

Merged
merged 2 commits into from
May 13, 2024
Merged

add unit tests for to_jit #579

merged 2 commits into from
May 13, 2024

Conversation

tcoratger
Copy link
Collaborator

Part of #482.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@codecov-commenter
Copy link

codecov-commenter commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.95%. Comparing base (e9bc96a) to head (9fe6872).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #579      +/-   ##
==========================================
+ Coverage   88.70%   88.95%   +0.24%     
==========================================
  Files         108      108              
  Lines       34262    34480     +218     
==========================================
+ Hits        30393    30672     +279     
+ Misses       3869     3808      -61     

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

edg-l
edg-l previously approved these changes May 10, 2024
@edg-l
Copy link
Member

edg-l commented May 10, 2024

Looks good, but do we really need the indoc crate? it doesn't seem useful here since there isnt any indented text.

@tcoratger
Copy link
Collaborator Author

Looks good, but do we really need the indoc crate? it doesn't seem useful here since there isnt any indented text.

Yes you are right, just removed it.

@edg-l edg-l added the review-ready A PR that is ready for review label May 13, 2024
@juanbono juanbono added this pull request to the merge queue May 13, 2024
Merged via the queue into lambdaclass:main with commit 11449a8 May 13, 2024
9 checks passed
Gerson2102 pushed a commit to Gerson2102/cairo_native that referenced this pull request May 15, 2024
* add unit tests for to_jit

* remove uselesss indoc dep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-ready A PR that is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants