-
-
Notifications
You must be signed in to change notification settings - Fork 950
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
fix(address.city): use string argument #683
fix(address.city): use string argument #683
Conversation
Should the JSDOCs have a |
Should I add tests for |
Codecov Report
@@ Coverage Diff @@
## main #683 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 1958 1958
Lines 210862 210879 +17
Branches 919 924 +5
=======================================
+ Hits 209649 209666 +17
Misses 1156 1156
Partials 57 57
|
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.
What is the added benefit of using address.prefix('format')
to just using faker.fake('format')
?
Tests would be useful. |
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.
Did I miss the test for city(number)
and city(string)`?
I didn't miss them, they are just not as trivial as checking if the return value exists in a predefined array^^ I'm still working on this from time to time. Should I convert this to a draft and reopen it when I'm done with the tests? |
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.
Could you please extract the tests for the other address methods into a separate PR?
So why do the |
Seems like some seeded values need to be updated |
Yo, could it be that the dates generated by us break the test if they run on machines in different timezones? All tests pass on my end but fail here. The logs show expected date values |
Nvm we expect any date in |
I don't get this test |
@xDivisionByZerox I reran the pipeline and now its fixed. Looks like a temporarily codecov server issue. All green now. |
@Shinigami92 can you have a look at the error in |
Yeah I see, the seed for the execution of the @ST-DDT and I working on it now and try to solve it. => #876 |
Superseded by #948 |
Fixes #682