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: handle potential TypeError when determining variable type #3516

Merged
merged 3 commits into from
Nov 4, 2023

Add tests

3b6e1a7
Select commit
Loading
Failed to load commit list.
Merged

FIX: handle potential TypeError when determining variable type #3516

Add tests
3b6e1a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2023 in 0s

98.34% (+0.00%) compared to 8ed641f

View this Pull Request on Codecov

98.34% (+0.00%) compared to 8ed641f

Details

Codecov Report

Merging #3516 (3b6e1a7) into master (8ed641f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3516   +/-   ##
=======================================
  Coverage   98.34%   98.34%           
=======================================
  Files          75       75           
  Lines       24613    24625   +12     
=======================================
+ Hits        24205    24217   +12     
  Misses        408      408           
Files Coverage Δ
seaborn/_base.py 97.38% <100.00%> (+0.01%) ⬆️
seaborn/_core/rules.py 98.41% <100.00%> (+0.07%) ⬆️
tests/_core/test_rules.py 100.00% <100.00%> (ø)
tests/test_base.py 99.70% <100.00%> (+<0.01%) ⬆️