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

Enable BC test #244

Merged
merged 1 commit into from
Nov 12, 2023
Merged

Enable BC test #244

merged 1 commit into from
Nov 12, 2023

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Nov 12, 2023

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

Copy link

what-the-diff bot commented Nov 12, 2023

PR Summary

  • Introduction of a New Backwards Compatibility Check Workflow
    A new Github Actions workflow, intended to ensure backwards compatibility, has been added. This routine gets activated when updates are made to the project's repository. It primarily focuses on checking for changes in specific files like the source files, workflow definition, and project dependencies configuration. It uses an existing, pre-defined workflow provided by yiisoft/actions to run the checks in an Ubuntu environment with the PHP version of 8.1.

  • Removal of the Previous Compatibility Check Workflow
    The previous Github Actions workflow, which also performed similar checks but using an action defined by nyholm/roave-bc-check-ga, has been discarded. This change streamlines the checking process by using only one workflow with a standard set of rules.

Copy link

codecov bot commented Nov 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e0bd00d) 98.39% compared to head (01c0747) 98.39%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #244   +/-   ##
=========================================
  Coverage     98.39%   98.39%           
  Complexity      174      174           
=========================================
  Files            16       16           
  Lines           561      561           
=========================================
  Hits            552      552           
  Misses            9        9           

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

@vjik vjik merged commit e439a55 into master Nov 12, 2023
19 of 21 checks passed
@vjik vjik deleted the enable-bc-test branch November 12, 2023 07:46
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.

2 participants