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

bitshifter / glam-rs / 32229881060
99%

Build:
DEFAULT BRANCH: main
Ran 19 Aug 2026 07:54AM UTC
Jobs 4
Files 153
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

19 Aug 2026 07:52AM UTC coverage: 99.094% (-0.001%) from 99.095%
32229881060

push

github

web-flow
ci: filter release-plz changelog to user-facing changes (#782)

Now that releases are automated with release-plz, the changelog is
generated from commit messages rather than hand-written. This PR makes
the generated changelog mirror the old manual one: only user-facing
changes, grouped into Keep a Changelog sections.

## What changed

**`release-plz.toml`**

- `release_commits`: prepare a release only when a commit matches
`^(feat|fix|perf|changed|deprecated|removed|security)(\(.*\))?!?:`
instead of on every commit.
- New `[changelog]` section with `commit_parsers`:
`feat`/`changed`/`deprecated`/`removed`/`fix`/`security` map to their
Keep a Changelog sections, the maintenance types (`docs`, `chore`, `ci`,
`test`, `refactor`, `style`, `build`, `revert`) are dropped, and
anything else (e.g. dependabot bumps) falls into `Other`.
`protect_breaking_commits = true` keeps breaking changes in the
changelog even when their type would otherwise be skipped.

**`.github/workflows/lint-pr.yml`**

- Allow the four Keep a Changelog types (`changed`, `deprecated`,
`removed`, `security`) as PR titles, since the changelog sections they
produce depend on commits being typed that way.

## Notes

- Non-matching commits still ride along with the next release; the
`[changelog]` parsers decide whether they appear.
- Breaking changes are always kept and the `!` marker still drives the
0.x minor bump.
- Behavior-changing refactors should be titled `changed:` (gets a
section); internal ones `refactor:` (dropped).

95260 of 96131 relevant lines covered (99.09%)

119629.8 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
94.08
-1.43% src/f32/coresimd/quat.rs
5
86.84
0.0% src/coresimd.rs
3
98.0
-0.5% src/f32/coresimd/mat3a.rs
3
97.84
-0.54% src/f32/mat3.rs
3
95.45
-4.55% src/f64/math.rs
3
99.36
-0.24% src/i64/i64vec2.rs
3
98.98
-0.19% src/isize/isizevec4.rs
Jobs
ID Job ID Ran Files Coverage
1 native_simd-macos-latest - 32229881060.1 19 Aug 2026 07:55AM UTC 121
98.97
GitHub Action Run
2 core_simd-ubuntu-latest - 32229881060.2 19 Aug 2026 07:54AM UTC 120
98.95
GitHub Action Run
3 native_simd-ubuntu-latest - 32229881060.3 19 Aug 2026 07:55AM UTC 121
99.01
GitHub Action Run
4 scalar_math-ubuntu-latest - 32229881060.4 19 Aug 2026 07:54AM UTC 120
99.05
GitHub Action Run
Source Files on build 32229881060
  • Tree
  • List 153
  • Changed 35
  • Source Changed 0
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32229881060
  • f4560a9d on github
  • Prev Build on main (#32134097162)
  • Next Build on main (#32232113939)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc