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

crate-ci / cargo-release / 30129448314
9%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2026 10:01PM UTC
Jobs 1
Files 24
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

24 Jul 2026 09:57PM UTC coverage: 9.448% (-0.04%) from 9.488%
30129448314

push

github

web-flow
chore(deps): Update Prek to v0.4.11 (#1000)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

Released on 2026-07-25.

##### Highlights

- This release adds two new builtin hooks, `deny-pattern` and
`require-pattern`,
as native alternatives for `pygrep` use cases. `deny-pattern` fails when
a
configured pattern is found, while `require-pattern` ensures every
selected
  file contains a match. By matching natively without spawning a Python
subprocess, they run over 4x faster than `pygrep` in benchmarks. Note
that
  they use
[Rust `regex` syntax](https://docs.rs/regex/latest/regex/#syntax), which
does
  not support look-around features such as negative lookbehind.

- `prek run` now supports `--glob <PATTERN>` to run hooks on tracked
files
  matching a glob. It can be repeated or combined with `--files` and
  `--directory`.

- Hook priorities now support reusable aliases:

  ```toml
  [priorities]
  checks = 10

  [[repos]]
  repo = "builtin"
  hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
  ]
  ```

  This makes parallel scheduling easier to read and maintain.

##### Enhancements

- Add `deny-pattern` and `require-pattern` builtin hooks
([#&#8203;2359](https://redirect.github.com/j178/prek/pull/2359))
- Support `--glob` patterns in `prek run`
([#&#8203;2381](https://redirect.github.com/j178/prek/pull/2381))
- Support reusable aliases for hook priorities
([#&#8203;2331](https://redirect.github.com/j178/prek/pull/2331))
- Implement `requirements-txt-fixer` as a builtin hook
([#&#8203;2390](https://redirect.github.com/j178/prek/pull/2390))
- Improve u... (continued)

238 of 2519 relevant lines covered (9.45%)

0.14 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
83.84
-1.01% src/ops/version.rs
Jobs
ID Job ID Ran Files Coverage
1 30129448314.1 24 Jul 2026 10:01PM UTC 24
9.45
GitHub Action Run
Source Files on build 30129448314
  • Tree
  • List 24
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5d3df4a1 on github
  • Prev Build on master (#29500139107)
  • Next Build on master (#30679999065)
  • Delete
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