Skip to content

make output consistent#42

Merged
jakekaplan merged 4 commits intomainfrom
fix-output
Jan 22, 2026
Merged

make output consistent#42
jakekaplan merged 4 commits intomainfrom
fix-output

Conversation

@jakekaplan
Copy link
Owner

  • Init now prints ✔ Created loq.toml on success.
  • Baseline/tighten/relax “no-op” case standardized to ✔ No changes needed.
  • Baseline summary wording now uses “files” instead of “rules”.
  • Tighten output now mirrors relax: per‑file from -> to lines with aligned columns, smallest
    changes first (largest at bottom), plus summaries (✔ Tightened limits…, ✔ Removed limits…).
  • Relax output keeps per‑file lines, aligns numeric columns dynamically, orders by change delta
    (largest at bottom), and summarizes with ✔ Relaxed limits….

@codecov
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

❌ Patch coverage is 98.86686% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.60%. Comparing base (71bfc1a) to head (aa87b97).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
crates/loq_cli/src/baseline.rs 98.90% 2 Missing ⚠️
crates/loq_cli/src/tighten.rs 98.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
- Coverage   98.61%   98.60%   -0.02%     
==========================================
  Files          21       21              
  Lines        2894     3158     +264     
==========================================
+ Hits         2854     3114     +260     
- Misses         40       44       +4     

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

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: aa87b97 Previous: 71bfc1a Ratio
cpython 0.042589507799999995 seconds (± 0.001) 0.05033774716 seconds (± 0.0007) 0.85
airflow 0.11236014940000001 seconds (± 0.0028) 0.14164829296000003 seconds (± 0.0014) 0.79
prefect 0.04841833129999999 seconds (± 0.0006) 0.059315228459999994 seconds (± 0.0012) 0.82
ruff 0.101375657 seconds (± 0.0013) 0.12376142466 seconds (± 0.0008) 0.82

This comment was automatically generated by workflow using github-action-benchmark.

@jakekaplan jakekaplan merged commit b7558c5 into main Jan 22, 2026
9 checks passed
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.

1 participant