Conversation
- BaseProvider.java > Hook Zodiac class. - EnFile.java > Include Zodiac.yml. - Zodiac.java > New Provider class. - zodiac.yml > New data file for Zodiac signs. - ZodiacTest.java > Unit Test for new provider. Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
|
| @Test | ||
| void testSign() { | ||
| assertThat(faker.zodiac().sign()).isNotEmpty(); | ||
| } |
There was a problem hiding this comment.
I'm happy to align this with #657 if it's accepted.
There was a problem hiding this comment.
If you want to further improve the test, that is fine, but this is quite in line with a majority of the test (most of them have been generated, and just make sure the basics work), so happy to accept it as is.
d3cb072 to
74a5ac9
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #658 +/- ##
============================================
+ Coverage 92.73% 92.74% +0.01%
- Complexity 2623 2627 +4
============================================
Files 281 282 +1
Lines 5397 5419 +22
Branches 589 589
============================================
+ Hits 5005 5026 +21
- Misses 241 242 +1
Partials 151 151
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Hi @kingthorin , this one looks fine to me too! Thanks! |
Signed-off-by: kingthorin kingthorin@users.noreply.github.com