Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature/connector #4

Merged
merged 4 commits into from
Jun 5, 2023
Merged

Feature/connector #4

merged 4 commits into from
Jun 5, 2023

Conversation

angelxmoreno
Copy link
Owner

@angelxmoreno angelxmoreno commented Jun 5, 2023

  • added mass prop setting to EntityBase
  • added magic getters to EntityBase
  • created RepositoryBase

@codacy-production
Copy link

codacy-production bot commented Jun 5, 2023

Coverage summary from Codacy

Merging #4 (6bd9607) into main (94b5a9d) - See PR on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (94b5a9d) 27 27 100.00%
Head commit (6bd9607) 63 (+36) 63 (+36) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#4) 38 38 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2023

Codecov Report

Merging #4 (11039f5) into main (94b5a9d) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #4   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         5    +2     
  Lines           27        63   +36     
=========================================
+ Hits            27        63   +36     
Impacted Files Coverage Δ
src/Core/Entity/EntityBase.php 100.00% <100.00%> (ø)
src/Core/Repository/RepositoryBase.php 100.00% <100.00%> (ø)
src/Entity/PostEntity.php 100.00% <100.00%> (ø)

@angelxmoreno angelxmoreno merged commit 00008c5 into main Jun 5, 2023
@angelxmoreno angelxmoreno deleted the feature/connector branch June 5, 2023 22:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants