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

toml-rs / toml / 26944218035
82%

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 09:50AM 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

04 Jun 2026 09:48AM UTC coverage: 81.739%. Remained the same
26944218035

push

github

web-flow
chore(deps): Update Prek to v0.4.4 (#1170)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

Released on 2026-06-04.

##### Highlights

0.4.4 makes `prek run` easier to watch and easier to slice.

Hook stream output now shows a small live preview under the running hook
in the
progress UI. Long-running hooks no longer look stuck while they are
producing
logs, and failed hooks are easier to diagnose because recent output is
already
visible before the final result.

The new group selector lets a single config support different workflows.
Tag
hooks with `groups`, then select or exclude those groups at run time:

```yaml
repos:
  - repo: local
    hooks:
      - id: format
        name: Format Python
        language: system
        entry: ruff format
        groups: [format, ci]

      - id: lint
        name: Lint Python
        language: system
        entry: ruff check
        groups: [lint, ci]
```

```bash
prek run --all-files --group ci
prek run --all-files --no-group format
```

This is useful when local development, CI, slow validation, or
project-specific
checks need different hook sets without splitting the config.

##### Enhancements

- Add hook group filters to `prek run`
([#&#8203;2141](https://redirect.github.com/j178/prek/pull/2141))
- Delay hook output preview rendering
([#&#8203;2140](https://redirect.github.com/j178/prek/pull/2140))
- Stream hook output in progress UI
([#&#8203;2136](https://redirect.github.com/j178/prek/pull/2136))

##### Bug fixes

- Fix intent-to-add stash restore
([#&#8203;2143](https://redirect.github.com/j178/prek/pull/2143))

##### Documentation

- Document hook stage fil... (continued)

13352 of 16335 relevant lines covered (81.74%)

5.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26944218035.1 04 Jun 2026 09:50AM UTC 146
81.74
GitHub Action Run
Source Files on build 26944218035
  • Tree
  • List 146
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 62fe7b93 on github
  • Prev Build on main (#26755984499)
  • Next Build on main (#27316455011)
  • 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