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

crate-ci / escargot / 15369839567
56%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2025 02:09AM UTC
Jobs 1
Files 8
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

01 Jun 2025 02:06AM UTC coverage: 53.306%. Remained the same
15369839567

push

github

web-flow
chore(deps): Update compatible (dev) (#117)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [automod](https://redirect.github.com/dtolnay/automod) |
dev-dependencies | patch | `1.0.14` -> `1.0.15` |
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://redirect.github.com/Stebalien/tempfile)) |
dev-dependencies | minor | `3.10.1` -> `3.20.0` |

---

### Release Notes

<details>
<summary>dtolnay/automod (automod)</summary>

###
[`v1.0.15`](https://redirect.github.com/dtolnay/automod/releases/tag/1.0.15)

[Compare
Source](https://redirect.github.com/dtolnay/automod/compare/1.0.14...1.0.15)

-   Documentation improvements

</details>

<details>
<summary>Stebalien/tempfile (tempfile)</summary>

###
[`v3.20.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3200)

[Compare
Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.19.1...v3.20.0)

This release mostly unifies the behavior/capabilities around "keeping"
temporary files:

- Rename `Builder::keep(bool)` (via deprecation) to
`Builder::disable_cleanup(bool)` to make it clear that behaves
differently from `NamedTempFile::keep()`. The former disables automatic
cleanup while the latter *consumes* the `NamedTempFile` object entirely
and unsets the "temporary file" attribute (on Windows).
- Rename `TempDir::into_path` (via deprecation) to `TempDir::keep` to
mirror `NamedTempFile::keep`.
- Add `TempDir::disable_cleanup`, `NamedTempFile::disable_cleanup`, and
`TempPath::disable_cleanup` making it possible to disable automatic
cleanup in-place *after* creating a temporary file/directory (equivalent
to calling `Builder::disable_cleanup` before creating the
file/directory).

Additionally, it adds a few spooled temporary file features:

- Add `SpooledTempFile::into_file` for turning a `SpooledTempFile` into
a regular unnamed temporary file, writing it to the backing storage
("rolling" it) if it was still s... (continued)

129 of 242 relevant lines covered (53.31%)

1.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15369839567.1 01 Jun 2025 02:09AM UTC 8
53.31
GitHub Action Run
Source Files on build 15369839567
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3f4ab0fd on github
  • Prev Build on master (#15172261314)
  • Next Build on master (#15424489178)
  • 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