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(csv): do not print empty header line when no columns are given in stringify() #4610

Merged
merged 1 commit into from
Apr 22, 2024

fix(csv): do not print empty header line when no columns are given

e0b0df6
Select commit
Loading
Failed to load commit list.
Merged

fix(csv): do not print empty header line when no columns are given in stringify() #4610

fix(csv): do not print empty header line when no columns are given
e0b0df6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 19, 2024 in 1s

90.98% (-0.26%) compared to a6fe34b

View this Pull Request on Codecov

90.98% (-0.26%) compared to a6fe34b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.98%. Comparing base (a6fe34b) to head (e0b0df6).
Report is 222 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4610      +/-   ##
==========================================
- Coverage   91.23%   90.98%   -0.26%     
==========================================
  Files         478      475       -3     
  Lines       41465    37307    -4158     
  Branches     5225     5299      +74     
==========================================
- Hits        37832    33942    -3890     
+ Misses       3568     3311     -257     
+ Partials       65       54      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.