Skip to content

add(network): Adds a network magic field to testnet::Parameters and the config #753

add(network): Adds a network magic field to testnet::Parameters and the config

add(network): Adds a network magic field to testnet::Parameters and the config #753

name: Coverage
on:
pull_request:
paths-ignore:
- '**/*.rs'
- '**/*.txt'
- '**/*.snap'
- '**/Cargo.toml'
- '**/Cargo.lock'
# configuration files
- '.cargo/config.toml'
- '**/clippy.toml'
- 'codecov.yml'
- '.github/workflows/ci-coverage.yml'
jobs:
coverage:
name: Coverage on stable
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'