Skip to content

feat: add native asset decoding to tx_unpacker and store balances in utxo_state #341

feat: add native asset decoding to tx_unpacker and store balances in utxo_state

feat: add native asset decoding to tx_unpacker and store balances in utxo_state #341

name: Run test coverage report on push to main
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test coverage
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin
- name: Run coverage script
run: ./scripts/coverage.sh