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!: remove timestamp #376

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kricsleo
Copy link
Member

resolves #375

This PR:

  • Removes the timestamp, FormatOptions.date is no longer needed
  • Move tags to the left, FormatOptions.columns is no longer needed
  • Reduces bundle size by approximately -25.59 kB (raw) and -5.997 kB (gzip)

@kricsleo kricsleo marked this pull request as ready for review March 27, 2025 08:32
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 29.28%. Comparing base (24c98ce) to head (dd642cd).
Report is 57 commits behind head on main.

Files with missing lines Patch % Lines
src/reporters/fancy.ts 0.00% 5 Missing ⚠️
src/utils/format.ts 0.00% 4 Missing ⚠️
src/reporters/basic.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #376       +/-   ##
===========================================
- Coverage   61.08%   29.28%   -31.81%     
===========================================
  Files          13       42       +29     
  Lines        1380     1687      +307     
  Branches       58       88       +30     
===========================================
- Hits          843      494      -349     
- Misses        537     1165      +628     
- Partials        0       28       +28     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove timestamp
1 participant