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

dignifiedquire / sonora
96%

Build:
DEFAULT BRANCH: main
Repo Added 09 Feb 2026 04:26PM UTC
Token UczYsPXbAIKx0TtILUcP2F6OI5RHf5Ics regen
Build 65 Last
Files 146
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
  • codex/review-code-for-compatibility-and-quality
  • dependabot/cargo/anyhow-1.0.102
  • dependabot/cargo/anyhow-1.0.103
  • dependabot/cargo/bytemuck-1.25.1
  • dependabot/cargo/cbindgen-0.29.3
  • dependabot/cargo/cbindgen-0.29.4
  • dependabot/cargo/clap-4.5.58
  • dependabot/cargo/clap-4.5.60
  • dependabot/cargo/cpal-0.17.1
  • dependabot/cargo/cpal-0.17.3
  • dependabot/cargo/cpal-0.18.1
  • dependabot/cargo/ctrlc-3.5.2
  • dependabot/cargo/proptest-1.11.0
  • dependabot/cargo/ringbuf-0.5.0
  • dependabot/cargo/test-strategy-0.4.5
  • dependabot/cargo/tracing-subscriber-0.3.23
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/codecov/codecov-action-6
  • dependabot/github_actions/codecov/codecov-action-7
  • fix/adaptive-fir-filter-panic

27 Jun 2026 09:26AM UTC coverage: 95.528%. Remained the same
28285148954

push

github

web-flow
chore(deps): bump codecov/codecov-action from 6 to 7 (#18)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

29587 of 30972 relevant lines covered (95.53%)

5912267.17 hits per line

Relevant lines Covered
Build:
Build:
30972 RELEVANT LINES 29587 COVERED LINES
5912267.17 HITS PER LINE
Source Files on main
  • Tree
  • List 146
  • 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
28285148954 main chore(deps): bump codecov/codecov-action from 6 to 7 (#18) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.c... push 27 Jun 2026 09:27AM UTC web-flow github
95.53
28285142567 main chore(deps): bump cpal from 0.17.3 to 0.18.1 (#20) Bumps [cpal](https://github.com/RustAudio/cpal) from 0.17.3 to 0.18.1. - [Release notes](https://github.com/RustAudio/cpal/releases) - [Changelog](https://github.com/RustAudio/cpal/blob/master/CH... push 27 Jun 2026 09:27AM UTC web-flow github
95.53
28285137532 main chore(deps): bump actions/checkout from 6 to 7 (#21) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob... push 27 Jun 2026 09:27AM UTC web-flow github
95.53
25659305532 main chore(deps): bump ringbuf from 0.4.8 to 0.5.0 (#16) Bumps [ringbuf](https://github.com/agerasev/ringbuf) from 0.4.8 to 0.5.0. - [Release notes](https://github.com/agerasev/ringbuf/releases) - [Commits](https://github.com/agerasev/ringbuf/commits)... push 11 May 2026 08:35AM UTC web-flow github
95.53
24079284471 main fix(aec3): prevent panic when shrinking adaptive FIR filter (#15) The `zero_filter` helper panicked when `old_size > new_size` because Rust's range indexing (`h[old_size..new_size]`) is invalid when start > end. The C++ original uses a `for` loop... push 07 Apr 2026 11:37AM UTC web-flow github
95.53
23689191533 main chore(deps): bump proptest from 1.10.0 to 1.11.0 (#13) Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-... push 28 Mar 2026 04:19PM UTC web-flow github
95.53
23689185287 main chore(deps): bump codecov/codecov-action from 5 to 6 (#12) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.c... push 28 Mar 2026 04:19PM UTC web-flow github
95.53
22254040771 main chore(deps): bump clap from 4.5.57 to 4.5.60 (#8) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.57 to 4.5.60. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG... push 21 Feb 2026 09:03AM UTC web-flow github
95.53
22254034251 main chore(deps): bump cpal from 0.17.1 to 0.17.3 (#7) Bumps [cpal](https://github.com/RustAudio/cpal) from 0.17.1 to 0.17.3. - [Release notes](https://github.com/RustAudio/cpal/releases) - [Changelog](https://github.com/RustAudio/cpal/blob/master/CHA... push 21 Feb 2026 09:02AM UTC web-flow github
95.53
22059227445 main chore(deps): bump cpal from 0.15.3 to 0.17.1 (#4) * chore(deps): bump cpal from 0.15.3 to 0.17.1 Bumps [cpal](https://github.com/RustAudio/cpal) from 0.15.3 to 0.17.1. - [Release notes](https://github.com/RustAudio/cpal/releases) - [Changelog](h... push 16 Feb 2026 10:34AM UTC web-flow github
95.53
See All Builds (63)

Badge your Repo: sonora

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