Merged
Conversation
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 3fb9660 | Previous: b01e729 | Ratio |
|---|---|---|---|
cpython |
0.05146138596000001 seconds (± 0.0036) |
0.05178761414000001 seconds (± 0.0012) |
0.99 |
airflow |
0.13999005126 seconds (± 0.0024) |
0.14476450323999998 seconds (± 0.0013) |
0.97 |
prefect |
0.05918685776000001 seconds (± 0.0013) |
0.06071237704000001 seconds (± 0.0017) |
0.97 |
ruff |
0.12547482686 seconds (± 0.0026) |
0.12811400753999996 seconds (± 0.0013) |
0.98 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
==========================================
+ Coverage 97.63% 98.56% +0.92%
==========================================
Files 19 20 +1
Lines 2706 3062 +356
==========================================
+ Hits 2642 3018 +376
+ Misses 64 44 -20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
--output-formatflag with JSON supportCloses #19
Adds
--output-format <text|json>to thecheckcommand for machine-readable output.Usage:
JSON structure:
{ "version": "0.1.0", "violations": [ {"path": "src/main.rs", "lines": 1427, "max_lines": 500, "rule": "default"} ], "skip_warnings": [], "walk_errors": [], "summary": {"files_checked": 42, "skipped": 0, "passed": 41, "violations": 1, "walk_errors": 0} }Enables editor/IDE integrations, CI pipelines, and programmatic consumption. Also removes timing info from text output (was noisy and not useful).