fabrics: remove unused _discover_from_json_config_file() argument #289
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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/igaw/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 |