Skip to content

Coverage

Coverage #152

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@7f8b4b4bde536c465e797be725718b88c5d95e0e
with:
flags: unittests,rust