-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
241 #327
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ 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. |
Hi @cieslarmichal , I've made the suggested changes, can you please review and merge? |
There was a problem hiding this 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
hi @cieslarmichal just made the changes |
compilation error - it should be data/, not faker-cxx/data/ |
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 |
Merge branch 'main' of https://github.com/SidMalladi/faker-cxx
#241 - Add new functionalites to Phone module @cieslarmichal