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

toml-rs / toml / 26445269302
82%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 09:54AM UTC
Jobs 1
Files 146
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:53AM UTC coverage: 81.697%. Remained the same
26445269302

push

github

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

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))
- S... (continued)

13337 of 16325 relevant lines covered (81.7%)

5.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26445269302.1 26 May 2026 09:54AM UTC 146
81.7
GitHub Action Run
Source Files on build 26445269302
  • Tree
  • List 146
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1b37d983 on github
  • Prev Build on main (#26415256586)
  • 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