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

Merged
merged 1 commit into from
Nov 12, 2023
Merged

Enable BC test #284

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 Backward Compatibility Workflow.
    A new workflow script .github/workflows/bc.yml has been added. This allows the system to check for backward compatibility in the code whenever a pull request is created or when changes are pushed. This mechanism facilitates the detection of any code changes that might be incompatible or disruptive with the existing codebase.

  • Deletion of Redundant Workflow.
    The older workflow file .github/workflows/bc.yml_ has been removed. This action eliminates redundancy, enhances code maintainability and declutters the project's structure. It ensures the effective use of the newly implemented backward compatibility check system.

Copy link

codecov bot commented Nov 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ff5d43c) 98.48% compared to head (9f03735) 98.48%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #284   +/-   ##
=========================================
  Coverage     98.48%   98.48%           
  Complexity      205      205           
=========================================
  Files            15       15           
  Lines           596      596           
=========================================
  Hits            587      587           
  Misses            9        9           

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

@vjik vjik merged commit 61bb728 into master Nov 12, 2023
36 checks passed
@vjik vjik deleted the enable-bc-test branch November 12, 2023 07:47
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