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: speed up gap parser with a memory view #35

Merged
merged 2 commits into from
Nov 5, 2023

feat: speed up gap parser with a memory view

7c77bdb
Select commit
Loading
Failed to load commit list.
Merged

feat: speed up gap parser with a memory view #35

feat: speed up gap parser with a memory view
7c77bdb
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 5, 2023 in 1s

100.00% (+0.47%) compared to 1b56b6e

View this Pull Request on Codecov

100.00% (+0.47%) compared to 1b56b6e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1b56b6e) 99.52% compared to head (7c77bdb) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #35      +/-   ##
===========================================
+ Coverage   99.52%   100.00%   +0.47%     
===========================================
  Files           5         5              
  Lines         210       211       +1     
  Branches       30        30              
===========================================
+ Hits          209       211       +2     
+ Misses          1         0       -1     
Files Coverage Δ
src/bluetooth_data_tools/__init__.py 100.00% <100.00%> (ø)
src/bluetooth_data_tools/gap.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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