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

diranged / oz / 13983145270
35%

Build:
DEFAULT BRANCH: main
Ran 21 Mar 2025 02:12AM UTC
Jobs 1
Files 83
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

21 Mar 2025 02:08AM UTC coverage: 34.804%. Remained the same
13983145270

push

github

web-flow
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.2 (#379)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.23.1` -> `v2.23.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.1/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.1/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.23.2`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.2)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.23.1...v2.23.2)

#### 2.23.2

🎉🎉🎉

At long last, some long-standing performance gaps between `ginkgo` and
`go test` have been resolved!

Ginkgo operates by running `go test -c` to generate test binaries, and
then running those binaries. It turns out that the compilation step of
`go test -c` is slower than `go test`'s compilation step because `go
test` strips out debug symbols (`ldflags=-w`) whereas `go test -c` does
not.

Ginkgo now passes the appropriate `ldflags` to `go test -c` when running
specs to strip out symbols. This is only done when it is safe to do so
and symbols are preferred when profiling is enabled and when `ginkgo
build` is ... (continued)

986 of 2833 relevant lines covered (34.8%)

1.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13983145270.1 21 Mar 2025 02:12AM UTC 83
34.8
GitHub Action Run
Source Files on build 13983145270
  • Tree
  • List 83
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13983145270
  • a11f1df6 on github
  • Prev Build on main (#13980270117)
  • Next Build on main (#14003786433)
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