Skip to content
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 issue with non-required regex-matched columns #1251

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

cosmicBboy
Copy link
Collaborator

@cosmicBboy cosmicBboy commented Jul 6, 2023

Fixes #1248

@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4d16290) 93.73% compared to head (b00c2b0) 93.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1251   +/-   ##
=======================================
  Coverage   93.73%   93.74%           
=======================================
  Files          90       90           
  Lines        6708     6711    +3     
=======================================
+ Hits         6288     6291    +3     
  Misses        420      420           
Impacted Files Coverage Δ
pandera/backends/pandas/base.py 100.00% <100.00%> (ø)
pandera/backends/pandas/container.py 98.55% <100.00%> (+0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cosmicBboy cosmicBboy merged commit ff9e0af into main Jul 7, 2023
@cosmicBboy cosmicBboy deleted the fix-bug-1248 branch July 8, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation of optional regex columns in filtered dataframes can bypass checks
1 participant