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

rust-cli / anstyle / 31381929902
58%

Build:
DEFAULT BRANCH: main
Ran 10 Aug 2026 11:08AM 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

10 Aug 2026 11:04AM UTC coverage: 57.817%. Remained the same
31381929902

push

github

web-flow
chore(deps): Update Prek to v0.4.13 (#352)

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>
<summary>j178/prek (prek)</summary>

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

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

Released on 2026-08-10.

##### Highlights

##### Manage hook tools with mise

The new `language: mise` support lets hooks install tools using
[`mise`](https://mise.jdx.dev/) in an isolated environment:

```yaml
repos:
  - repo: local
    hooks:
      - id: golangci-lint
        name: golangci-lint
        language: mise
        additional_dependencies: ["aqua:golangci/golangci-lint@2"]
        entry: golangci-lint run --fast-only ./...
        pass_filenames: false
```

##### Run commands in hook environments

The new `prek exec` subcommand can run an explicit command in a
configured
hook's prepared environment. For example, the hook above makes its
managed
binary available to this command:

```console
$ prek exec golangci-lint -- golangci-lint --version
```

##### Enhancements

- Add `mise` language support
([#&#8203;2540](https://redirect.github.com/j178/prek/pull/2540))
- Add `deny-filename-pattern` and `require-filename-pattern` hooks
([#&#8203;2488](https://redirect.github.com/j178/prek/pull/2488))
- Add `prek exec` for running commands in a hook environment
([#&#8203;2478](https://redirect.github.com/j178/prek/pull/2478))
- Add `yaml-language-server:` comment to YAML sample config
([#&#8203;2486](https://redirect.github.com/j178/prek/pull/2486))
- Make `prek cache size` output terminal-aware
([#&#8203;2508](https://redirect.github.com/j178/prek/pull/2508))
- Match file regexes against path bytes
([#&#8203;2541](https://redirect.github.com/j178/prek/pull/2541))
- Show hook aliases in run output
([#&#8203;24... (continued)

1690 of 2923 relevant lines covered (57.82%)

2.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31381929902.1 10 Aug 2026 11:08AM UTC 52
57.82
GitHub Action Run
Source Files on build 31381929902
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 387caf15 on github
  • Prev Build on main (#30812143512)
  • Next Build on main (#31998918381)
  • 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