pandera icon indicating copy to clipboard operation
pandera copied to clipboard

fixes json schema issue

Open imseananriley opened this issue 1 year ago • 2 comments

fixes https://github.com/unionai-oss/pandera/issues/1677

imseananriley avatar Jun 24 '24 03:06 imseananriley

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 72.45%. Comparing base (812b2a8) to head (5dd3d6b). Report is 234 commits behind head on main.

Files with missing lines Patch % Lines
pandera/typing/pandas.py 12.50% 7 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1704       +/-   ##
===========================================
- Coverage   94.28%   72.45%   -21.84%     
===========================================
  Files          91      117       +26     
  Lines        7013     8690     +1677     
===========================================
- Hits         6612     6296      -316     
- Misses        401     2394     +1993     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 25 '24 17:06 codecov[bot]

thanks @imseananriley ! looks like there are some failing unit tests. please take a look at the contributing guide to see how to run local tests. You'll need to install mamba:

conda install -c conda-forge mamba

And do nox --list to see which test you want to run. For example:

nox -db mamba --envdir .nox-mamba -s "tests(extra='geopandas', pydantic='2.3.0', python='3.9', pandas='2.2.2')"

cosmicBboy avatar Jun 26 '24 00:06 cosmicBboy

closing this since #1904 was merged

cosmicBboy avatar Feb 12 '25 15:02 cosmicBboy