Skip to content

Conversation

@micheleorselli
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.79%. Comparing base (12f0a78) to head (01c1d11).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #513      +/-   ##
============================================
+ Coverage     97.75%   97.79%   +0.03%     
- Complexity      615      626      +11     
============================================
  Files            80       80              
  Lines          1778     1810      +32     
============================================
+ Hits           1738     1770      +32     
  Misses           40       40              

☔ 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.

@sonarqubecloud
Copy link

@fain182
Copy link
Collaborator

fain182 commented Jul 7, 2025

fixes #514

@fain182
Copy link
Collaborator

fain182 commented Dec 19, 2025

to complete this we should fix the row number, that now is the first line of the comment instead of the line of the throws.

Add two integration tests to verify that dependencies defined in @throws
docblock tags are properly collected:
- test_it_collects_throws_tag_as_dependencies: Tests collection of relative
  and fully qualified exception names in @throws tags
- test_it_collects_throws_tag_with_fully_qualified_names: Tests handling of
  different naming conventions (backslash-prefixed, relative to namespace)

These tests validate that the @throws tag parsing feature works end-to-end
and that exceptions are properly resolved to their fully qualified names.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <[email protected]>
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