Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Coverage

Coverage #171

Workflow file for this run

name: Coverage
# Run weekly on Sunday at midnight (UTC).
on:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: read
jobs:
rust:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: ghcr.io/linkerd/dev:v44-rust
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: cargo-tarpaulin tarpaulin --workspace --out Xml
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
with:
flags: unittests,rust