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

[FEAT] Add str.upper() function #1942

Merged
merged 1 commit into from
Feb 22, 2024

[FEAT] Add str.upper() function

34906d6
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Add str.upper() function #1942

[FEAT] Add str.upper() function
34906d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 22, 2024 in 0s

85.57% (+0.05%) compared to 1e878ae

View this Pull Request on Codecov

85.57% (+0.05%) compared to 1e878ae

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1e878ae) 85.51% compared to head (34906d6) 85.57%.
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1942      +/-   ##
==========================================
+ Coverage   85.51%   85.57%   +0.05%     
==========================================
  Files          55       55              
  Lines        6221     6226       +5     
==========================================
+ Hits         5320     5328       +8     
+ Misses        901      898       -3     
Files Coverage Δ
daft/expressions/expressions.py 91.01% <100.00%> (+0.04%) ⬆️
daft/series.py 92.97% <100.00%> (+0.04%) ⬆️

... and 2 files with indirect coverage changes