Skip to content

improvement: improve logs and recording messages#42

Merged
frenata merged 2 commits into
trunkfrom
ux/make-recording-obvious
Mar 7, 2026
Merged

improvement: improve logs and recording messages#42
frenata merged 2 commits into
trunkfrom
ux/make-recording-obvious

Conversation

@frenata

@frenata frenata commented Mar 7, 2026

Copy link
Copy Markdown
Owner
  1. For recording, make the "R" blink and turn red when recording.
  2. For logging, instead of stderr (which makes the user redirect), output logs to a file with tracing-appender
  3. For FIT files, use a config directory

Closes: #26
Closes: #29

@codecov

codecov Bot commented Mar 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 58.62069% with 36 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.02%. Comparing base (5d8bf29) to head (d399a7a).
⚠️ Report is 2 commits behind head on trunk.

Files with missing lines Patch % Lines
src/bin/suffice/app.rs 47.36% 20 Missing ⚠️
src/config.rs 42.10% 11 Missing ⚠️
src/bin/suffice/main.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            trunk      #42      +/-   ##
==========================================
- Coverage   78.69%   78.02%   -0.68%     
==========================================
  Files           7        8       +1     
  Lines         798      851      +53     
==========================================
+ Hits          628      664      +36     
- Misses        170      187      +17     

☔ 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.

@frenata frenata merged commit 8200815 into trunk Mar 7, 2026
4 of 6 checks passed
@frenata frenata deleted the ux/make-recording-obvious branch March 7, 2026 21:08
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.

Write fit files to a better location and with a non-fixed name Make it obvious in the TUI if recording is active

1 participant