File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4040 - name : Install grcov
4141 run : if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
4242 - name : Test
43- # WARNING: this is not testing the following features: test-esplora, test-hardware-signer, async-interface
44- # This is because some of our features are mutually exclusive, and generating various reports and
45- # merging them doesn't seem to be working very well.
46- # For more info, see:
47- # - https://github.com/bitcoindevkit/bdk/issues/696
48- # - https://github.com/bitcoindevkit/bdk/pull/748#issuecomment-1242721040
4943 run : cargo test -- --test-threads=1
5044 - name : Run grcov
5145 run : mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
You can’t perform that action at this time.
0 commit comments