[ci] test with all features enabled in single run
This commit is contained in:
parent
40bf9f8b79
commit
f7499cb65d
2
.github/workflows/code_coverage.yml
vendored
2
.github/workflows/code_coverage.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions-rs/tarpaulin@v0.1.2
|
uses: actions-rs/tarpaulin@v0.1.2
|
||||||
with:
|
with:
|
||||||
version: '0.15.0'
|
version: '0.15.0'
|
||||||
args: '-- --test-threads 1'
|
args: --features all-keys,cli-utils,compiler,esplora,compact_filters --run-types Tests,Doctests --exclude-files "testutils/*"
|
||||||
|
|
||||||
- name: codecov.io
|
- name: codecov.io
|
||||||
uses: codecov/codecov-action@v1.0.14
|
uses: codecov/codecov-action@v1.0.14
|
||||||
|
@ -1,52 +0,0 @@
|
|||||||
[feature_default_coverage]
|
|
||||||
features = "default"
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_minimal_coverage]
|
|
||||||
features = "minimal"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_all-keys_coverage]
|
|
||||||
features = "all-keys"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_minimal_and_esplora_coverage]
|
|
||||||
features = "minimal esplora"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_key-value-db_coverage]
|
|
||||||
features = "key-value-db"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_electrum_coverage]
|
|
||||||
features = "electrum"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_compact_filters_coverage]
|
|
||||||
features = "compact_filters"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_cli-utils_coverage]
|
|
||||||
features = "cli-utils esplora key-value-db electrum"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
||||||
|
|
||||||
[feature_compiler_coverage]
|
|
||||||
features = "compiler"
|
|
||||||
no-default-features = true
|
|
||||||
exclude-files = ["testutils/*"]
|
|
||||||
run-types = ["Tests", "Doctests"]
|
|
Loading…
x
Reference in New Issue
Block a user