]> Untitled Git - bdk/commitdiff
ci: disable code coverage and blockchain integration tests
authorSteve Myers <steve@notmandatory.org>
Tue, 22 Oct 2024 01:05:58 +0000 (20:05 -0500)
committerSteve Myers <steve@notmandatory.org>
Tue, 22 Oct 2024 01:05:58 +0000 (20:05 -0500)
.github/workflows/code_coverage.yml
.github/workflows/cont_integration.yml

index bf47a7e249301570001af207955207b834d1a75a..217e72d6290e4607be957e6e3fae533a17477923 100644 (file)
@@ -13,6 +13,7 @@ name: Code Coverage
 jobs:
   Codecov:
     name: Code Coverage
+    if: false # disabled
     runs-on: ubuntu-latest
     env:
       RUSTFLAGS: "-Cinstrument-coverage"
index 44dd5fd158c6090a61b6ed4ef8810d8001117810..dbb050f5d92a45db69d2a6b9c422afde46c38bc5 100644 (file)
@@ -99,6 +99,7 @@ jobs:
 
   test-blockchains:
     name: Blockchain ${{ matrix.blockchain.features }}
+    if: false # disabled
     runs-on: ubuntu-20.04
     strategy:
       fail-fast: false