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

assert-rs / predicates-rs
8%

Build:
DEFAULT BRANCH: master
Repo Added 26 Apr 2024 05:29PM CUT
Token Uy1XPdLZKPa6zVL5VHDV2z3teLf4MIlR2 regen
Build 53 Last
Files 21
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 master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • master
  • renovate/embarkstudios-cargo-deny-action-2.x
  • renovate/float-cmp-0.x
  • renovate/migrate-config
  • renovate/stable-1.x
  • renovate/termtree-0.x
  • template

27 Jun 2025 02:44PM CUT coverage: 7.518%. Remained the same
15929070442

push

github

web-flow
chore(deps): Update Rust Stable to v1.88 (#187)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.87`
-> `1.88` |

---

### Release Notes

<details>
<summary>rust-lang/rust (STABLE)</summary>

###
[`v1.88`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1880-2025-06-26)

[Compare
Source](https://redirect.github.com/rust-lang/rust/compare/1.87.0...1.88.0)

\==========================

<a id="1.88.0-Language"></a>

## Language

- [Stabilize `#![feature(let_chains)]` in the 2024
edition.](https://redirect.github.com/rust-lang/rust/pull/132833)
This feature allows `&&`-chaining `let` statements inside `if` and
`while`, allowing intermixture with boolean expressions. The patterns
inside the `let` sub-expressions can be irrefutable or refutable.
- [Stabilize
`#![feature(naked_functions)]`.](https://redirect.github.com/rust-lang/rust/pull/134213)
Naked functions allow writing functions with no compiler-generated
epilogue and prologue, allowing full control over the generated assembly
for a particular function.
- [Stabilize
`#![feature(cfg_boolean_literals)]`.](https://redirect.github.com/rust-lang/rust/pull/138632)
This allows using boolean literals as `cfg` predicates, e.g.
`#[cfg(true)]` and `#[cfg(false)]`.
- [Fully de-stabilize the `#[bench]`
attribute](https://redirect.github.com/rust-lang/rust/pull/134273).
Usage of `#[bench]` without `#![feature(custom_test_frameworks)]`
already triggered a deny-by-default future-incompatibility lint since
Rust 1.77, but will now become a hard error.
- [Add warn-by-default `dangerous_implicit_autorefs` lint against
implicit autoref of raw pointer
dereference.](https://redirect.github.com/rust-lang/rust/pull/123239)
The lint [will be bumped to
deny-by-default](https://redirect.github.com/rust-lang/rust/pull/141661)
in the next version of Rust.
- [Add `invalid_null_arguments` lint to prevent ... (continued)

0 of 1 new or added line in 1 file covered. (0.0%)

53 of 705 relevant lines covered (7.52%)

0.17 hits per line

Relevant lines Covered
Build:
Build:
705 RELEVANT LINES 53 COVERED LINES
0.17 HITS PER LINE
Source Files on master
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
src/path/fc.rs122 27 0 27 0.0
0.0
src/path/fs.rs180 52 0 52 0.0
0.0
src/path/existence.rs86 12 0 12 0.0
0.0
src/color.rs67 25 0 25 0.0
0.0
src/ord.rs305 46 0 46 0.0
0.0
src/float/close.rs159 38 0 38 0.0
0.0
crates/core/src/core.rs33 5 0 5 0.0
0.0
src/iter.rs331 59 0 59 0.0
0.0
src/name.rs116 12 0 12 0.0
0.0
src/path/ft.rs208 53 0 53 0.0
Showing 1 to 10 of 21 entries
  • Previous
  • 1
  • 2
  • 3
  • Next
  • ►
    7.79
    crates/
  • ►
    7.48
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15929070442 master chore(deps): Update Rust Stable to v1.88 (#187) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.87` -> `1.88` | --- ### Release Notes <det... push 27 Jun 2025 02:47PM CUT web-flow github
7.52
15929033457 renovate/stable-1.x Merge 2c63ecbe8 into 9433356a9 Pull #187 27 Jun 2025 02:43PM CUT web-flow github
7.52
15928391355 renovate/stable-1.x Merge 7e975c87a into 9433356a9 Pull #187 27 Jun 2025 02:13PM CUT web-flow github
7.52
15913725215 renovate/stable-1.x Merge 8d2971c12 into 9433356a9 Pull #187 26 Jun 2025 10:27PM CUT web-flow github
7.52
15445483627 master Merge pull request #186 from epage/template chore: Update from _rust/main template push 04 Jun 2025 02:52PM CUT web-flow github
7.52
15445397144 template Merge 390707889 into 36cf37e4c Pull #186 04 Jun 2025 02:48PM CUT web-flow github
7.52
15054148051 master chore(deps): Update Rust Stable to v1.87 (#185) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.86` -> `1.87` | --- ### Release Notes <det... push 15 May 2025 08:06PM CUT web-flow github
7.52
15054108514 renovate/stable-1.x Merge 06be78059 into c2dc63556 Pull #185 15 May 2025 08:04PM CUT web-flow github
7.52
14881535503 renovate/migrate-config Merge 5ae683e64 into c2dc63556 Pull #184 07 May 2025 10:53AM CUT web-flow github
7.52
14240683219 master chore(deps): Update Rust Stable to v1.86 (#183) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.85` -> `1.86` | --- ### Release Notes <det... push 03 Apr 2025 10:26AM CUT web-flow github
7.52
See All Builds (53)

Badge your Repo: predicates-rs

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

© 2025 Coveralls, Inc