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

toml-rs / toml
82%

Build:
DEFAULT BRANCH: main
Repo Added 26 Apr 2024 06:12PM UTC
Token ZU0KDt69gOwCShDvnLPDMqHHFpv1S8PQQ regen
Build 755 Last
Files 146
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 11
  • another-recursion-fix
  • aot-replace
  • array
  • array-of-tables-insert
  • assert
  • bench
  • bignum
  • borrow
  • break
  • check
  • cleanup
  • clippy
  • context
  • datetime
  • de
  • debug
  • debugerror
  • default
  • dependabot/cargo/rand-0.9.4
  • dishmaker/toml_less_llvm_lines
  • docs
  • docs/span-hyperlink
  • document_root_decor
  • dt
  • dup
  • e-1
  • e1
  • e2
  • edit
  • encode-key
  • eof
  • eol
  • error
  • escape
  • f
  • feature
  • features
  • features-indexmap
  • fix
  • fix-691
  • fix-infinite-loop
  • fix-nightly
  • fix-toml_edit-parse-panic
  • fix_typo
  • fuzz
  • hash
  • helpers
  • inf
  • inline
  • into
  • invalid
  • is_
  • item
  • key
  • key-quotes
  • license
  • lint
  • loqusion_main
  • main
  • map
  • map-get-kv
  • metadata
  • micro-optimisations
  • mixed
  • msrcv
  • msrv
  • multi
  • mut
  • new
  • no_std
  • opt
  • optional
  • order
  • p
  • panic
  • parse
  • parse_fork
  • parser
  • patch-1
  • patch-3
  • perf
  • perf-features
  • position
  • pr-61a0488d
  • preserve
  • pretty
  • raw
  • recover
  • recurse
  • recursion-fix
  • refs/pull/731/merge
  • rename
  • renovate/actions-checkout-5.x
  • renovate/actions-checkout-6.x
  • renovate/actions-setup-python-6.x
  • renovate/anstream-1.x
  • renovate/compatible-(dev)
  • renovate/crate-ci-committed-1.x
  • renovate/crate-ci-typos-1.x
  • renovate/embarkstudios-cargo-deny-action-2.x
  • renovate/github-codeql-action-4.x
  • renovate/j178-prek-action-2.x
  • renovate/libtest-mimic-0.x
  • renovate/migrate-config
  • renovate/prek-0.x
  • renovate/snapbox-1.x
  • renovate/stable-1.x
  • renovate/toml-test
  • renovate/toml_old-0.x
  • req
  • revert
  • rfefactor
  • s2
  • ser
  • serde
  • serde_core
  • snapbox
  • some
  • span
  • spanned
  • t
  • table
  • template
  • test
  • test3
  • toml-edit-insert
  • toml-writer-integer
  • u64
  • unbounded
  • under
  • unicode-width
  • unordered
  • update
  • update-docs
  • utf8-fix
  • w
  • w1
  • w2
  • warning
  • winnow07
  • write
  • write-buffer
  • write1
  • write2
  • writer
  • ws
  • ws-comment-newline

27 Apr 2026 02:22PM UTC coverage: 81.691% (+0.8%) from 80.932%
25000662680

push

github

web-flow
chore(deps): Update Prek to v0.3.11 (#1148)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

Released on 2026-04-27.

##### Highlights

Hook entries now have an explicit `shell` option for shell snippets. Set
`shell: sh`, `bash`, `pwsh`, `powershell`, or `cmd` when an entry should
be
evaluated by that shell; leaving it unset keeps prek's direct argv
execution.

`prek auto-update` can now filter tag candidates before choosing an
update.
Both options take glob patterns: use `--include-tag` to only consider
matching
tag names, and `--exclude-tag` to skip matching tags such as moving tags
or
prereleases.

##### Enhancements

- Add `auto-update --exclude-repo <repo>` to skip repos
([#&#8203;1983](https://redirect.github.com/j178/prek/pull/1983))
- Add `auto-update --exit-code` to exit with non-zero on updates
([#&#8203;2002](https://redirect.github.com/j178/prek/pull/2002))
- Add `auto-update --include-tag <pattern>`/`--exclude-tag <pattern>` to
filter tags
([#&#8203;1984](https://redirect.github.com/j178/prek/pull/1984))
- Adds an explicit `shell` hook option for entries that should run as
shell source
([#&#8203;2004](https://redirect.github.com/j178/prek/pull/2004))
- Make `--hook-dir` optional for hook-impl
([#&#8203;1989](https://redirect.github.com/j178/prek/pull/1989))
- Skip shim warning when `--script-version` is missing
([#&#8203;1990](https://redirect.github.com/j178/prek/pull/1990))

##### Bug fixes

- Install Ruby executable in gem bin
([#&#8203;2017](https://redirect.github.com/j178/prek/pull/2017))
- Use dedicated Android npm package
([#&#8203;1982](https://redirect.github.com/j178/prek/pull/1... (continued)

13336 of 16325 relevant lines covered (81.69%)

5.16 hits per line

Relevant lines Covered
Build:
Build:
16325 RELEVANT LINES 13336 COVERED LINES
5.16 HITS PER LINE
Source Files on main
  • Tree
  • List 146
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25000662680 main chore(deps): Update Prek to v0.3.11 (#1148) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.3.10` → `0.3.11` | --- ### Release Notes <details> <s... push 27 Apr 2026 02:27PM UTC web-flow github
81.69
24979583931 renovate/prek-0.x Merge 9890eede2 into edcb1903d Pull #1148 27 Apr 2026 06:21AM UTC web-flow github
81.69
24730879130 main chore(deps): Update Prek to v0.3.10 (#1146) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.3.9` → `0.3.10` | --- ### Release Notes <details> <su... push 21 Apr 2026 03:25PM UTC web-flow github
80.93
24730463495 renovate/prek-0.x Merge a1f53321e into e7fff2e4c Pull #1146 21 Apr 2026 03:17PM UTC web-flow github
80.93
24535263947 main chore: Update from _rust template (#1145) push 16 Apr 2026 09:40PM UTC web-flow github
80.93
24534885537 template Merge 52b4d6b44 into e98ac093d Pull #1145 16 Apr 2026 09:29PM UTC web-flow github
80.93
24534010682 template Merge 8f573c2af into e98ac093d Pull #1145 16 Apr 2026 09:10PM UTC web-flow github
80.93
24532656279 renovate/stable-1.x Merge 391384be3 into e98ac093d Pull #1144 16 Apr 2026 08:39PM UTC web-flow github
80.93
24470936504 dependabot/cargo/rand-0.9.4 Merge ba48755cb into e98ac093d Pull #1142 15 Apr 2026 06:22PM UTC web-flow github
80.93
24470880292 main chore: Update toml-test-data (#1143) push 15 Apr 2026 06:21PM UTC web-flow github
80.93
See All Builds (754)

Badge your Repo: toml

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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