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

Replace sys.gettrace() with threading.gettrace() #97

Merged
merged 4 commits into from
Sep 18, 2024
Merged

Replace sys.gettrace() with threading.gettrace() #97

merged 4 commits into from
Sep 18, 2024

Conversation

TaiSakuma
Copy link
Member

  • This PR makes the coverage more accurate.
  • threading.gettrace() is new in Python 3.10

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.48%. Comparing base (5ba10e2) to head (13b872b).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   85.96%   89.48%   +3.51%     
==========================================
  Files         114      114              
  Lines        4454     4411      -43     
  Branches      674      665       -9     
==========================================
+ Hits         3829     3947     +118     
+ Misses        569      421     -148     
+ Partials       56       43      -13     

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

@TaiSakuma TaiSakuma merged commit 8c6ce25 into main Sep 18, 2024
10 checks passed
@TaiSakuma TaiSakuma deleted the thread branch September 18, 2024 15:44
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