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 #89

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Remove scrutinizer #89

merged 1 commit into from
Mar 10, 2024

Conversation

vjik
Copy link
Member

@vjik vjik commented Mar 10, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues

Copy link

what-the-diff bot commented Mar 10, 2024

PR Summary

  • Removal of the Scrutinizer Configuration File
    The file .scrutinizer.yml, which was previously being used for the code evaluation tool Scrutinizer, has been removed. This implies that Scrutinizer will no longer be used for assessing our code quality.

  • Transition to Codecov for Code Coverage
    The repository's README.md file has been updated to reflect the switch from Scrutinizer to Codecov. The badges in the README file, which provide quick visual metrics about our code, are now tracking data from Codecov. This change allows us to use Codecov for inspecting how much of our code is covered by our tests, helping us ensure that our software is reliable and robust.

Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f262d5d) to head (182cb6d).

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #89   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       242       242           
===========================================
  Files             16        16           
  Lines            653       653           
===========================================
  Hits             653       653           

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

@vjik vjik merged commit bd5a96e into master Mar 10, 2024
24 checks passed
@vjik vjik deleted the rm-scrutinizer branch March 10, 2024 14:57
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