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

SDK-2870: Use new structure of test data provider #123

Merged
merged 16 commits into from
Jul 6, 2023

Conversation

DmytroKlymanSpryker
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Merging #123 (6547f23) into master (d236c5f) will increase coverage by 0.01%.
The diff coverage is 60.00%.

❗ Current head 6547f23 differs from pull request most recent head 603d584. Consider uploading reports for the commit 603d584 to get more accurate results

@@             Coverage Diff              @@
##             master     #123      +/-   ##
============================================
+ Coverage     69.31%   69.33%   +0.01%     
- Complexity     2022     2024       +2     
============================================
  Files           147      147              
  Lines          5306     5306              
============================================
+ Hits           3678     3679       +1     
+ Misses         1628     1627       -1     
Impacted Files Coverage Δ
...trategy/UnwireGlueRelationshipManifestStrategy.php 20.58% <0.00%> (ø)
...tStrategy/WireGlueRelationshipManifestStrategy.php 20.58% <0.00%> (ø)
src/IntegratorConfig.php 79.06% <100.00%> (+0.24%) ⬆️
...rc/Manifest/RepositoryRepositoryManifestReader.php 94.04% <100.00%> (-0.08%) ⬇️

... and 1 file with indirect coverage changes

*
* @return string
*/
public function getProjectMockOriginalPath(): string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this method should be protected if it is not a test method or isn't a data provider.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I missed that. I changed the visibility of the parent methods, it really has no sense to make them public

@DmytroKlymanSpryker DmytroKlymanSpryker merged commit 6e0c515 into master Jul 6, 2023
14 checks passed
@DmytroKlymanSpryker DmytroKlymanSpryker deleted the feature/SDK-2870 branch July 6, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants