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

cdprice02 / ferrish / #33
81%

Build:
DEFAULT BRANCH: main
Ran 08 Apr 2026 02:00AM UTC
Jobs 1
Files 15
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

08 Apr 2026 01:57AM UTC coverage: 81.915%. First build
#33

push

web-flow
fix: correct deno badge labels and restructure CI for per-stage badges (#56)

## Description

Closes #52.

Fixes README badges that were showing "image not found" and investigates
the coverage badge showing "unknown":

**Badge fixes (README.md):**
- `label=build-release` → `label=build` (matches new dedicated build
job)
- `label=test-release` → `label=test` (matches new dedicated test job)
- `label=lint` already correct label name, but the job display name was
"clippy" — renamed to "lint"
- Coverage badge unchanged; will now receive data from main branch
pushes (see below)

**CI restructure (.github/workflows/ci.yml):**
- Replaced the `dev` job (build+test combined) with separate `build` and
`test` matrix jobs (ubuntu/windows/macos) so each deno badge shows
independent status
- Both new jobs use `name: build` / `name: test` without the OS suffix
so the deno badge aggregates all platform results under one label
- Renamed lint job display name from `clippy` → `lint`
- Added `push: branches: [main]` trigger — coverage was "unknown"
because CI only ran on PRs, so Coveralls never received data for the
main branch

## Type of change
- [x] Bug fix

## Test checklist
- [x] `cargo test` passes
- [x] `cargo clippy --all-targets --all-features -- -D warnings` passes

---------

Co-authored-by: cdprice02 <cdprice02@gmail.com>

231 of 282 relevant lines covered (81.91%)

8.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #33.1 08 Apr 2026 02:00AM UTC 15
81.91
Source Files on build #33
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 295c4c1d on github
  • Next Build on main
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