Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install tarpaulin
run: cargo install cargo-tarpaulin
- name: Tarpaulin
run: cargo tarpaulin --features default,esplora --run-types Tests,Doctests --out Xml
run: cargo tarpaulin --features default --run-types Tests,Doctests --out Xml

- name: Publish to codecov.io
uses: codecov/codecov-action@v1.0.15
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
features:
- default
- electrum
- esplora
- esplora-ureq
- esplora-reqwest
- compiler
- compact_filters
steps:
Expand Down
Loading