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 DataProviderTestSuite #5988

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sebastianbergmann
Copy link
Owner

Depending on tests that use provided data stops working when DataProviderTestSuite is removed. We must find an alternative implementation that does not require DataProviderTestSuite for this.

@sebastianbergmann sebastianbergmann added type/refactoring A refactoring that should be applied to make the code easier to understand and maintain feature/test-runner CLI test runner feature/data-provider Data Providers labels Oct 11, 2024
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.57%. Comparing base (a43f67f) to head (90b1974).
Report is 150 commits behind head on main.

❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format.

Files with missing lines Patch % Lines
src/Runner/TestSuiteSorter.php 33.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5988      +/-   ##
============================================
- Coverage     94.62%   94.57%   -0.05%     
+ Complexity     6409     6397      -12     
============================================
  Files           693      692       -1     
  Lines         19190    19153      -37     
============================================
- Hits          18158    18114      -44     
- Misses         1032     1039       +7     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/data-provider Data Providers feature/test-runner CLI test runner type/refactoring A refactoring that should be applied to make the code easier to understand and maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant