lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.34k stars 326 forks source link

Move pytest plugin #1522

Closed mheguy-flo closed 2 months ago

mheguy-flo commented 3 months ago

This resolves the issue with code coverage and all tests pass, but I don't know if it does/will have a negative impact on the plugin itself for end users.

Closes #1489

codecov[bot] commented 3 months ago

Codecov Report

Merging #1522 (83b6d71) into master (95a1d70) will increase coverage by 41.67%. Report is 2 commits behind head on master. The diff coverage is 62.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1522 +/- ## =========================================== + Coverage 57.08% 98.76% +41.67% =========================================== Files 60 59 -1 Lines 2123 2103 -20 =========================================== + Hits 1212 2077 +865 + Misses 911 26 -885 ```
lk-geimfari commented 3 months ago

Seems like it didn't fixed that issue: https://app.codecov.io/gh/lk-geimfari/mimesis/pull/1522

mheguy-flo commented 3 months ago

Sorry about that. I must have gotten mixed up between stashes at one point.

mheguy-flo commented 3 months ago

With the latest commits, this is what it looks like after a pip install: image

I don't know if this is how you guys want it / how it should be.