Skip to content

Use fmt.Sprintln in Println functions to handle the new line issue

ba2a2bf
Select commit
Loading
Failed to load commit list.
Open

fix: use fmt.Sprintln for correct newline handling in Println #1619

Use fmt.Sprintln in Println functions to handle the new line issue
ba2a2bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2026 in 0s

56.09% (+0.00%) compared to ec39c45

View this Pull Request on Codecov

56.09% (+0.00%) compared to ec39c45

Details

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.09%. Comparing base (ec39c45) to head (ba2a2bf).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
renderer.go 0.00% 1 Missing ⚠️
tea.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1619   +/-   ##
=======================================
  Coverage   56.09%   56.09%           
=======================================
  Files          25       25           
  Lines        1287     1287           
=======================================
  Hits          722      722           
  Misses        481      481           
  Partials       84       84           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.