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

Checkstyle should run on src/test #605

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Conversation

bobbylight
Copy link
Owner

@bobbylight bobbylight commented Feb 24, 2025

Currently, checkstyle is completely disabled for src/test/. It should run in that folder, for all reasonable rules. We will need to turn off file & method length rules since some tests are quite long, e.g. JSPTokenMakerTest and PHPTokenMakerTest.

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.54%. Comparing base (d79ca4f) to head (83fca66).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #605      +/-   ##
============================================
+ Coverage     80.50%   80.54%   +0.04%     
- Complexity     7852     7865      +13     
============================================
  Files           180      180              
  Lines         30435    30438       +3     
  Branches       3924     3925       +1     
============================================
+ Hits          24502    24517      +15     
+ Misses         4263     4251      -12     
  Partials       1670     1670              

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

@bobbylight bobbylight added this to the 3.5.5 milestone Feb 24, 2025
@bobbylight bobbylight marked this pull request as ready for review February 24, 2025 01:03
@bobbylight bobbylight merged commit da8e1d6 into master Feb 24, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant