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

assert-rs / libtest2
51%

Build:
DEFAULT BRANCH: main
Repo Added 10 Jul 2025 08:18PM UTC
Token JTOfZLUA317jiFni5LulQRzjy0kvrc0cw regen
Build 215 Last
Files 44
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: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • allow-attrs
  • argfile
  • builder
  • context
  • d
  • decl
  • deps
  • discover
  • doc
  • docs/hide-private-macros
  • dont-change-fn-path
  • empty-parameter-list
  • env
  • error
  • fail-fast
  • fix
  • fix-should_panic
  • fix/type-in-function-name
  • fixes
  • full-path-names
  • h
  • harness
  • help
  • hidden-magic
  • ignore
  • ignore-macro-3
  • imic
  • json
  • json-write
  • macro
  • macro-tests
  • meta
  • msrv
  • notify
  • order
  • prep
  • refactor
  • 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/github-codeql-action-4.x
  • renovate/schemars-1.x-lockfile
  • renovate/stable-1.x
  • result
  • schema
  • schema2
  • should_panic
  • state
  • template
  • tests
  • unique
  • update

01 Mar 2026 02:47AM UTC coverage: 50.964%. Remained the same
22534424535

push

github

web-flow
chore(deps): Update pre-commit hook crate-ci/committed to v1.1.11 (#175)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [crate-ci/committed](https://redirect.github.com/crate-ci/committed) |
repository | patch | `v1.1.10` → `v1.1.11` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>crate-ci/committed (crate-ci/committed)</summary>

###
[`v1.1.11`](https://redirect.github.com/crate-ci/committed/blob/HEAD/CHANGELOG.md#011-2019-08-06)

[Compare
Source](https://redirect.github.com/crate-ci/committed/compare/v1.1.10...v1.1.11)

##### Features

- Create pre-built binaries
([86264b85](https://redirect.github.com/crate-ci/committed/commit/86264b855),
closes
[#&#8203;12](https://redirect.github.com/crate-ci/committed/issues/12))

<!-- next-url -->

[Unreleased]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.11...HEAD

[1.1.11]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.10...v1.1.11

[1.1.10]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.9...v1.1.10

[1.1.9]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.8...v1.1.9

[1.1.8]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.7...v1.1.8

[1.1.7]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.6...v1.1.7

[1.1.6]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.5...v1.1.6

[1.1.5]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.4...v1.1.5

[1.1.4]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.3...v1.1.4

[1.1.3]:
https://redirect.github.com/crate-ci/committed/compare/v1.1.2...v1.1.3

[1.1.2]:
https://redirect.github.com/c... (continued)

1216 of 2386 relevant lines covered (50.96%)

1.06 hits per line

Relevant lines Covered
Build:
Build:
2386 RELEVANT LINES 1216 COVERED LINES
1.06 HITS PER LINE
Source Files on main
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22534424535 main chore(deps): Update pre-commit hook crate-ci/committed to v1.1.11 (#175) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/committed](https://redirect.github.com/crate-ci/committed) | repo... push 01 Mar 2026 02:51AM UTC web-flow github
50.96
21554863907 main chore(deps): Update Rust crate schemars to v1.2.0 (#173) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [schemars](https://graham.cool/schemars/) ([source](https://redirect.github.com/GREsau/sche... push 01 Feb 2026 02:18AM UTC web-flow github
50.96
21411990272 main chore: Update from _rust template (#171) push 27 Jan 2026 07:57PM UTC web-flow github
50.96
21295296660 main chore(deps): Update Rust Stable to v1.93 (#170) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.92` → `1.93` | --- ### Release Notes <deta... push 23 Jan 2026 05:39PM UTC web-flow github
50.96
20830172339 main fix(test2)!: Dont require boxing in FnCase (#169) push 08 Jan 2026 08:10PM UTC web-flow github
31.68
20307517636 main feat(test2): Support empty parameter list in `#[test]` (#164) This adds support for using the `#[test]` attribute on functions with no parameters (previously these tests had to take the `TestContext` parameter as the only argument). So code like ... push 17 Dec 2025 03:11PM UTC web-flow github
32.09
20304930312 main docs: Clarify that names must be unique (#167) See #166 push 17 Dec 2025 01:46PM UTC web-flow github
32.09
20304636955 main Capture names as full paths (#165) The tests emitted by rustc use the full path, not including the crate name, as the name for the test ([impl](https://github.com/rust-lang/rust/blob/ec6f62244/compiler/rustc_builtin... push 17 Dec 2025 01:35PM UTC web-flow github
32.09
20147153084 main chore(deps): Update Rust Stable to v1.92 (#163) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.91` -> `1.92` | --- ### Release Notes <det... push 11 Dec 2025 08:59PM UTC web-flow github
31.85
19824271307 main chore(deps): Update Rust crate schemars to v1.1.0 (#161) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [schemars](https://graham.cool/schemars/) ([source](https://redirect.github.com/GREsau/sche... push 01 Dec 2025 01:31PM UTC web-flow github
31.89
See All Builds (215)

Badge your Repo: libtest2

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