Skip to content

test: add BIP32 and BIP44 tests for Bitcoin Cash address format valid… #114

test: add BIP32 and BIP44 tests for Bitcoin Cash address format valid…

test: add BIP32 and BIP44 tests for Bitcoin Cash address format valid… #114

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov
- name: Generate coverage report
run: cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info