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

Detect multiple @coversDefaultClass uses in a class #167

Merged

Conversation

stronk7
Copy link
Member

@stronk7 stronk7 commented Jun 10, 2024

Pretty simple. Implemented, covered and documented.

Fixes #166.

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.03%. Comparing base (4f1bc63) to head (9c1a12f).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #167   +/-   ##
=========================================
  Coverage     98.02%   98.03%           
- Complexity      899      901    +2     
=========================================
  Files            40       40           
  Lines          2686     2697   +11     
=========================================
+ Hits           2633     2644   +11     
  Misses           53       53           

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

Copy link
Contributor

@junpataleta junpataleta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Eloy!

@junpataleta junpataleta merged commit 3961e3c into moodlehq:main Jun 11, 2024
14 checks passed
@stronk7 stronk7 deleted the report_multiple_covers_default_class branch June 11, 2024 09:07
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.

Make the TestCaseCovers sniff to detect multiple @coversDefaultClass cases
2 participants