Conversation

DenizAltunkapan
  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

Refactored the workflow to automatically generate and commit DIRECTORY.md on each push. All classes and tests are now listed in a modern and readable format.

Example:

image

@codecov-commenter

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.16%. Comparing base (13d8a28) to head (3436283).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6308      +/-   ##
============================================
+ Coverage     74.14%   74.16%   +0.02%     
- Complexity     5360     5362       +2     
============================================
  Files           678      678              
  Lines         18686    18686              
  Branches       3625     3625              
============================================
+ Hits          13854    13858       +4     
+ Misses         4275     4273       -2     
+ Partials        557      555       -2     

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

@DenizAltunkapan

If desired, the generator can be configured to show only Java files in the main directory, excluding tests. Let me know!

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.