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

rust-cli / anstyle / 26444891432
58%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 09:46AM UTC
Jobs 1
Files 52
Run time 1min
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

26 May 2026 09:45AM UTC coverage: 57.579%. Remained the same
26444891432

push

github

web-flow
chore(deps): Update Prek to v0.4.2 (#322)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.4.1` →
`0.4.2` |

---

### Release Notes

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

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

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

Released on 2026-05-26.

##### Highlights

0.4.2 is mainly about making `prek run` faster in large repos.

`prek` now does less `git diff` work. After hooks run, `prek` uses diff
checks
to detect files changed by hooks. If a hook modifies files, prek marks
that hook
as failed. That is important, but full diff snapshots can be slow in big
repos,
especially when they happen after every hook group.

We skip the expensive diff path in two common cases: built-in hooks that
prek
knows are read-only, and clean worktrees where a cheap dirty check is
enough
unless a hook actually changes files. In the right large-repo workload,
skipping that work can make runs up to 10x faster.

Workspace mode is faster too. Hooks have historically been too serial.
Priority-based concurrency helped, but it required users to choose good
`priority` values. Now sibling projects at the same workspace depth run
in
parallel automatically. Their files do not overlap, so this is safe and
needs
no extra config. For multi-project workspaces, this can dramatically
reduce
total hook time.

##### Sponsorship

If `prek` saves time for you or your team, please consider sponsoring
the
project on [GitHub Sponsors](https://redirect.github.com/sponsors/j178).
It helps keep
new features, performance work, and maintenance moving.

##### Enhancements

- Run same-depth projects concurrently
([#&#8203;2110](https://redirect.github.com/j178/prek/pull/2110))
- Make rustup install profile configurable
([#&#8203;2111](https://redirect.github.com/j178/prek/pull/2111))
- Si... (continued)

1679 of 2916 relevant lines covered (57.58%)

1.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26444891432.1 26 May 2026 09:46AM UTC 52
57.58
GitHub Action Run
Source Files on build 26444891432
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a78b4b30 on github
  • Prev Build on main (#26152140620)
  • Next Build on main (#26495900463)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc