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

better func names, fix ref counting and memory free, add tests #6

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

cpunion
Copy link
Collaborator

@cpunion cpunion commented Nov 2, 2024

No description provided.

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

Attention: Patch coverage is 53.53535% with 46 lines in your changes missing coverage. Please review.

Project coverage is 49.95%. Comparing base (fe132e2) to head (e8c024e).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
object.go 51.42% 17 Missing ⚠️
dict.go 36.84% 12 Missing ⚠️
module.go 33.33% 6 Missing ⚠️
long.go 0.00% 3 Missing ⚠️
tuple.go 0.00% 3 Missing ⚠️
function.go 80.00% 1 Missing and 1 partial ⚠️
list.go 66.66% 2 Missing ⚠️
float.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   42.14%   49.95%   +7.80%     
==========================================
  Files          15       15              
  Lines        1127     1161      +34     
==========================================
+ Hits          475      580     +105     
+ Misses        620      544      -76     
- Partials       32       37       +5     
Flag Coverage Δ
unittests 49.95% <53.53%> (+7.80%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@cpunion cpunion merged commit 744c0be into main Nov 2, 2024
4 checks passed
@cpunion cpunion deleted the fix branch November 22, 2024 08:02
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