Skip to content

Commit 8608109

Browse files
committed
chore: remove bdk repository related comment
1 parent e404089 commit 8608109

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/code_coverage.yml

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
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

0 commit comments

Comments
 (0)