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

prisma-risk / tsoracle / 26310849112
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 08:42PM UTC
Jobs 1
Files 54
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

22 May 2026 08:39PM UTC coverage: 95.893%. Remained the same
26310849112

push

github

web-flow
fix(ci): silence cargo-deny override toolchain error in deny job (#153)

Every CI run on main since #136 prints the following error in the
`deny` job log:

  error: override toolchain '1.88-x86_64-unknown-linux-musl' is not
  installed: the toolchain file at '/github/workspace/rust-toolchain.toml'
  specifies an uninstalled toolchain

The job exits success regardless — the action wrapper swallows the
error and proceeds with the container's built-in toolchain. The lint
output is still produced. But starting every successful run with a
red `error:` line is bad signal hygiene: a future genuine breakage
gets camouflaged.

Root cause: cargo-deny-action runs in its own (musl-based) Docker
container. When cargo enters the workspace, rustup reads
rust-toolchain.toml, resolves channel="1.88" against the host triple
to '1.88-x86_64-unknown-linux-musl', and finds that named toolchain
is not installed in the container.

Fix: set the action's documented `rust-version` input to "1.88" so
the action pre-installs that exact toolchain via rustup before
invoking cargo-deny. The override directive then resolves cleanly.

Closes #151.

7542 of 7865 relevant lines covered (95.89%)

629923.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26310849112.1 22 May 2026 08:42PM UTC 54
95.89
GitHub Action Run
Source Files on build 26310849112
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26310849112
  • aa2af5d7 on github
  • Prev Build on main (#26307911527)
  • Next Build on main (#26310857745)
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