File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments