Skip to content

Commit cec57f6

Browse files
committed
chore: remove bdk repository related comment
1 parent 33a6f21 commit cec57f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/code_coverage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
- name: Install grcov
3939
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
4040
- name: Test
41-
# WARNING: this is not testing the following features: test-esplora, test-hardware-signer, async-interface
42-
# This is because some of our features are mutually exclusive, and generating various reports and
43-
# merging them doesn't seem to be working very well.
44-
# For more info, see:
45-
# - https://github.com/bitcoindevkit/bdk/issues/696
46-
# - https://github.com/bitcoindevkit/bdk/pull/748#issuecomment-1242721040
4741
run: cargo test -- --test-threads=1
4842
- name: Run grcov
4943
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)