[FEAT] Add str.upper() function #1942
Merged
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
@@ 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%) |
⬆️ |
Loading