Adding Analysis Action and Fixes to the Configuration#72
Merged
Conversation
…andling - Added support for new CI report formats: Checkstyle, JUnit, SARIF, GitLab Code Quality, and GitHub Actions. - Improved HTML and Markdown report generation with a single table configuration option. - Refactored MarkdownReport for better file handling and class section management, enhancing code readability and maintainability. - Updated tests to validate new report formats and configurations.
- Added configuration file paths and cache status to various output files for improved clarity and debugging. - Updated output formats for all relevant test cases to reflect the new configuration and cache information.
- Replaced instances of `config.yml` with `phpcca.yaml` across the codebase to standardize configuration file usage. - Introduced a new `phpcca.yaml` file containing cognitive metrics configuration settings. - Updated README.md to reflect the new copyright format. - Adjusted GitHub Actions workflow to utilize the new configuration file.
- Changed all instances of cca.yaml to phpcca.yaml across documentation and codebase for consistency. - Updated README.md, CI-Integration.md, and Configuration.md to reflect the new configuration file name. - Modified InitCommand and related tests to create and reference phpcca.yaml instead of cca.yaml.
- Changed the setting for showOnlyMethodsExceedingThreshold from false to true to enhance cognitive metrics reporting.
…t configuration method - Introduced a private method `withTestConfig` to streamline the execution of tests with a specified configuration file. - Updated all test cases in `CognitiveMetricsCommandCoverageTest` to utilize the new method for improved readability and maintainability.
Cognitive Metrics ReportGenerated: 2026-05-24 13:08:45 Total Classes: 8 Note: Only showing methods exceeding threshold of 0.500
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.