Skip to content

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 6, 2025

Followup to #1496 to add more coverage and make sure we hold a reference to the bytes buffer since Cython won't as its C primitive and we need to make sure it isn't freed until the Unquoter is deallocated

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Apr 6, 2025
@bdraco bdraco marked this pull request as ready for review April 6, 2025 01:22
@bdraco bdraco enabled auto-merge (squash) April 6, 2025 01:22
Copy link

codspeed-hq bot commented Apr 6, 2025

CodSpeed Performance Report

Merging #1498 will not alter performance

Comparing unquoter_tests (27beb3a) with master (194ab70)

Summary

✅ 101 untouched benchmarks

Copy link

codecov bot commented Apr 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.93%. Comparing base (194ab70) to head (27beb3a).
Report is 41 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1498   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files          32       32           
  Lines        6087     6091    +4     
  Branches      365      365           
=======================================
+ Hits         6022     6026    +4     
  Misses         62       62           
  Partials        3        3           
Flag Coverage Δ
CI-GHA 98.93% <100.00%> (+<0.01%) ⬆️
MyPy 98.07% <100.00%> (+<0.01%) ⬆️
OS-Linux 98.78% <100.00%> (+<0.01%) ⬆️
OS-Windows 98.82% <100.00%> (+<0.01%) ⬆️
OS-macOS 98.56% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 98.54% <100.00%> (+<0.01%) ⬆️
Py-3.10.16 98.74% <100.00%> (+<0.01%) ⬆️
Py-3.11.11 98.74% <100.00%> (+<0.01%) ⬆️
Py-3.11.9 98.54% <100.00%> (+<0.01%) ⬆️
Py-3.12.9 98.74% <100.00%> (+<0.01%) ⬆️
Py-3.13.2 98.74% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 98.50% <100.00%> (+<0.01%) ⬆️
Py-3.9.21 98.70% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.16 98.69% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.19 98.71% <100.00%> (+<0.01%) ⬆️
VM-macos-latest 98.56% <100.00%> (+<0.01%) ⬆️
VM-ubuntu-latest 98.78% <100.00%> (+<0.01%) ⬆️
VM-windows-latest 98.82% <100.00%> (+<0.01%) ⬆️
pytest 98.78% <100.00%> (+<0.01%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdraco bdraco merged commit 4eda39d into master Apr 6, 2025
48 of 50 checks passed
@bdraco bdraco deleted the unquoter_tests branch April 6, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant