• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

crate-ci / cargo-cargofmt
75%

Build:
DEFAULT BRANCH: main
Repo Added 02 Dec 2025 04:46PM UTC
Token JsDcYx9aS9p3E2rT7Fn7QiYo23vxYsAKz regen
Build 202 Last
Files 18
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 31-date-time-separator
  • 32-prune-empty-parent-tables
  • 8-max_width
  • basic
  • blank
  • c
  • config
  • consolidate
  • disable
  • edition
  • feature/error_on_line_overflow_with_formatresult_struct
  • fix
  • fix/54-sort-table-hierarchy
  • fix/8-comment-width-wrap-comments
  • fixes
  • generated
  • header
  • main
  • nl
  • refactor
  • renovate/compatible-(actions)
  • renovate/compatible-(dev)
  • renovate/crate-ci-committed-1.x
  • renovate/crate-ci-committed-digest
  • renovate/crate-ci-typos-1.x
  • renovate/crate-ci-typos-digest
  • renovate/dtolnay-rust-toolchain-digest
  • renovate/embarkstudios-cargo-deny-action-2.x
  • renovate/github-codeql-action-4.x
  • renovate/prek-0.x
  • renovate/stable-1.x
  • rustfmt
  • sep
  • short_array_element_width_threshold
  • string
  • structure
  • tab
  • table
  • template
  • template-update
  • tracing
  • trailing

27 Aug 2026 04:57AM UTC coverage: 74.706%. Remained the same
33040998493

push

github

web-flow
chore(deps): Update Prek to v0.5.0 (#101)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | minor | `0.4.14` →
`0.5.0` |

---

### Release Notes

<details>
<summary>j178/prek (prek)</summary>

###
[`v0.5.0`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#050)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.4.14...v0.5.0)

Released on 2026-08-27.

##### Highlights

##### Choose where hook toolchains come from

`language_version` now accepts a source `preference` alongside the
version
`request`, letting you control where prek looks for a compatible
toolchain when
it creates a hook environment. Use `managed` (the default) or `system`
to choose
which source prek tries first while still allowing fallback and
downloads. Use
`only-managed` or `only-system` to require one source.

For example, this local Ruff hook requires a Python 3.12 toolchain
managed by
prek:

```yaml
repos:
  - repo: local
    hooks:
      - id: ruff
        name: ruff
        language: python
        entry: ruff check
        additional_dependencies: [ruff]
        language_version:
          request: "3.12"
          preference: only-managed
```

With `only-managed`, prek reuses a compatible toolchain from its managed
store
or downloads one when needed. It never falls back to Python from `PATH`,
an OS
package manager, or a version manager, so toolchain selection does not
depend on
the developer or CI machine's external environment.

Existing scalar values such as `language_version: "3.12"` continue to
work. See
[toolchain management and
`language_version`](https://prek.j178.dev/0.5.0/languages/#toolchain-management-and-language_version)
for the full source-selection behavior.
([#&#8203;2613](https://redirect.github.com/j178/prek/pull/2613))

##### Breaking changes

The breaking changes in this release are mostly small cleanups, and most
users should not be affected.

-... (continued)

889 of 1190 relevant lines covered (74.71%)

1.88 hits per line

Relevant lines Covered
Build:
Build:
1190 RELEVANT LINES 889 COVERED LINES
1.88 HITS PER LINE
Source Files on main
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33040998493 main chore(deps): Update Prek to v0.5.0 (#101) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | minor | `0.4.14` → `0.5.0` | --- ### Release Notes <details> <summ... push 27 Aug 2026 04:58AM UTC web-flow github
74.71
33040885921 renovate/prek-0.x Merge 6af26d716 into 2fffeee4b Pull #101 27 Aug 2026 04:56AM UTC web-flow github
74.71
32406623197 main chore(deps): Update Rust Stable to v1.98 (#100) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.97` → `1.98` | --- ### Release Notes <deta... push 20 Aug 2026 07:07PM UTC web-flow github
74.71
32406414965 renovate/stable-1.x Merge fae15f597 into 99eea79bc Pull #100 20 Aug 2026 07:05PM UTC web-flow github
74.71
32003989093 main chore(deps): Update Prek to v0.4.14 (#99) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.13` → `0.4.14` | --- ### Release Notes <details> <sum... push 17 Aug 2026 07:04AM UTC web-flow github
74.71
32003909628 renovate/prek-0.x Merge d460341a2 into e9d1739e3 Pull #99 17 Aug 2026 07:03AM UTC web-flow github
74.71
31401315005 main chore(deps): Update Prek to v0.4.13 (#98) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.12` → `0.4.13` | --- ### Release Notes <details> <sum... push 10 Aug 2026 03:04PM UTC web-flow github
74.71
31400994359 renovate/prek-0.x Merge ca5cc7beb into e0b90b4a6 Pull #98 10 Aug 2026 03:01PM UTC web-flow github
74.71
30832535693 main chore(deps): Update Prek to v0.4.12 (#97) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.11` → `0.4.12` | --- ### Release Notes <details> <sum... push 03 Aug 2026 04:32PM UTC web-flow github
74.71
30832279411 renovate/prek-0.x Merge 0a77eff3f into d51371b25 Pull #97 03 Aug 2026 04:30PM UTC web-flow github
74.71
See All Builds (202)

Badge your Repo: cargo-cargofmt

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc