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

241 #327

Merged
merged 8 commits into from
Nov 26, 2023
Merged

241 #327

merged 8 commits into from
Nov 26, 2023

Conversation

SidMalladi
Copy link
Contributor

@SidMalladi SidMalladi commented Nov 24, 2023

#241 - Add new functionalites to Phone module @cieslarmichal

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (adef940) 98.78% compared to head (8c50239) 98.82%.
Report is 2 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #327      +/-   ##
==========================================
+ Coverage   98.78%   98.82%   +0.04%     
==========================================
  Files          47       47              
  Lines        2954     3072     +118     
==========================================
+ Hits         2918     3036     +118     
  Misses         36       36              

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

include/faker-cxx/Phone.h Outdated Show resolved Hide resolved
src/modules/phone/Phone.cpp Outdated Show resolved Hide resolved
@SidMalladi
Copy link
Contributor Author

Hi @cieslarmichal , I've made the suggested changes, can you please review and merge?

Copy link
Owner

@cieslarmichal cieslarmichal left a comment

Choose a reason for hiding this comment

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

extract data to data/ directory and use it in both cpp and test.cpp files

@SidMalladi
Copy link
Contributor Author

hi @cieslarmichal just made the changes

@cieslarmichal
Copy link
Owner

compilation error - it should be data/, not faker-cxx/data/

@cieslarmichal
Copy link
Owner

Also, you defined this data in separate file - good, but you are not using it anywhere, should be used instead defining those vectors again in implementation an test cases

src/modules/phone/PhoneTest.cpp Outdated Show resolved Hide resolved
@cieslarmichal cieslarmichal merged commit 2fb1853 into cieslarmichal:main Nov 26, 2023
4 checks passed
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.

3 participants