Skip to content

Commit c956a66

Browse files
committed
separate more integration tests
1 parent 1636d96 commit c956a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
- name: Generate coverage report
5252
run: |
5353
cargo llvm-cov --lcov --output-path lcov.info \
54-
--ignore-filename-regex 'src/(bin|cli|clients|account|ledger|asynch/clients|asynch/account|asynch/ledger)/|src/transaction/mod\.rs|src/wallet/faucet_generation\.rs'
54+
--ignore-filename-regex 'src/(bin|cli|clients|account|ledger|asynch/clients|asynch/account|asynch/ledger|asynch/transaction|asynch/wallet)/|src/transaction/mod\.rs|src/wallet/faucet_generation\.rs'
5555
5656
- name: Check coverage thresholds
5757
run: |
5858
cargo llvm-cov --summary-only \
59-
--ignore-filename-regex 'src/(bin|cli|clients|account|ledger|asynch/clients|asynch/account|asynch/ledger)/|src/transaction/mod\.rs|src/wallet/faucet_generation\.rs' \
59+
--ignore-filename-regex 'src/(bin|cli|clients|account|ledger|asynch/clients|asynch/account|asynch/ledger|asynch/transaction|asynch/wallet)/|src/transaction/mod\.rs|src/wallet/faucet_generation\.rs' \
6060
--fail-under-lines 85 \
6161
--fail-under-regions 85 \
6262
--fail-under-functions 75

0 commit comments

Comments
 (0)