Skip to content

build: fail if not high coverage #2

build: fail if not high coverage

build: fail if not high coverage #2

on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v21
with:
extra-conf: |
extra-substituters = https://cache.garnix.io
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=
- name: Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v13
- name: Initial Project Build
run: nix develop --command cmake --build build
continue-on-error: true