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

Remove scrutinizer #98

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Remove scrutinizer #98

merged 2 commits into from
Mar 15, 2024

Conversation

vjik
Copy link
Member

@vjik vjik commented Mar 15, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues comma-separated list of tickets # fixed by the PR, if any

Copy link

what-the-diff bot commented Mar 15, 2024

PR Summary

  • Removal from .gitattributes
    The exclusion of the file /.scrutinizer.yml from the export-ignore list has been carried out. Now, this file will be included when exporting this repository, ensuring that crucial configurations and settings are not accidentally omitted from any copies made.

  • Deletion of .scrutinizer.yml
    The .scrutinizer.yml file — which previously held configurations for PHP analysis and PHPUnit (tools that help improve code quality) — has been deleted. This simplifies the project's structure and avoids confusion, as we're no longer using these tools within this repository.

  • Update of README.md
    The badge that displays code coverage statistics in the README.md file now uses Codecov instead of Scrutinizer. Codecov provides more accurate and reliable coverage metrics, offering better visibility into the overall health and robustness of the codebase.

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (94bdd94) to head (db022d6).

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #98   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        75        75           
===========================================
  Files              6         6           
  Lines            237       237           
===========================================
  Hits             237       237           

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

@vjik vjik merged commit 33c85e0 into master Mar 15, 2024
17 of 18 checks passed
@vjik vjik deleted the rm-scrutinizer branch March 15, 2024 08:32
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.

1 participant