Skip to content

🔧 justfile: pre-push coverage gate at 99% lines #2

🔧 justfile: pre-push coverage gate at 99% lines

🔧 justfile: pre-push coverage gate at 99% lines #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
uses: systemic-engineering/ci/.github/workflows/rust-nix-check.yml@main
with:
coverage_threshold: '99'
features: 'optics'
notify-on-failure:
if: failure()
needs: [check]
uses: systemic-engineering/ci/.github/workflows/notify-ntfy.yml@main
with:
repo: ${{ github.repository }}
workflow: ${{ github.workflow }}
run_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
secrets:
NTFY_TOKEN: ${{ secrets.NTFY_TOKEN }}