1
0
Fork 0
nvme-cli/.github/workflows/coverage.yml
Daniel Baumann 65508f0a28
Adding upstream version 2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:28:14 +01:00

22 lines
453 B
YAML

---
name: coverage
on:
push:
branches: [master]
jobs:
code-coverage:
if: github.repository == 'linux-nvme/nvme-cli'
name: code coverage
runs-on: ubuntu-latest
container:
image: ghcr.io/linux-nvme/debian.python:latest
steps:
- uses: actions/checkout@v4
- name: build
run: |
scripts/build.sh coverage
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false