Skip to content

nvme: add --compat flag for 'gen-tls-key' and 'check-tls-key' #671

nvme: add --compat flag for 'gen-tls-key' and 'check-tls-key'

nvme: add --compat flag for 'gen-tls-key' and 'check-tls-key' #671

Workflow file for this run

---
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@v5
- name: build
run: |
scripts/build.sh coverage
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true