Skip to content

Release 3.3.0 - #1291

Merged
benoit-cty merged 2 commits into
masterfrom
release/3.3.0
Aug 4, 2026
Merged

Release 3.3.0#1291
benoit-cty merged 2 commits into
masterfrom
release/3.3.0

Conversation

@benoit-cty

Copy link
Copy Markdown
Contributor

What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@SaboniAmine, @benoit-cty, @davidberenstein1957, @dependabot[bot], @hamza-mobeen, @inimaz, @sankalpsthakur, dependabot[bot], benoit-cty and @PSR94

@benoit-cty
benoit-cty requested a review from a team as a code owner August 3, 2026 20:36
@benoit-cty

Copy link
Copy Markdown
Contributor Author

@copilot can you check why it failed with an error in a test of the logger? There's just a bump in dependencies in this PR.

Co-authored-by: benoit-cty <6603048+benoit-cty@users.noreply.github.com>

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@copilot can you check why it failed with an error in a test of the logger? There's just a bump in dependencies in this PR.

The failure was in tests/test_logger.py, not the application code. The test was counting FileHandlers with isinstance(...), which also matches the new StreamHandler path because FileHandler is a StreamHandler subclass. I fixed the assertion to count exact FileHandler instances in 39de5f8.

@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.43%. Comparing base (19757a7) to head (39de5f8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1291   +/-   ##
=======================================
  Coverage   91.43%   91.43%           
=======================================
  Files          49       49           
  Lines        5056     5056           
=======================================
  Hits         4623     4623           
  Misses        433      433           

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@benoit-cty
benoit-cty merged commit 73dfc35 into master Aug 4, 2026
17 checks passed
@benoit-cty
benoit-cty deleted the release/3.3.0 branch August 4, 2026 09:38
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.

3 participants