Skip to content

Commit 351f479

Browse files
committed
reduce min cov due to removal of 100% cov contracts
1 parent 2bc42e2 commit 351f479

File tree

2 files changed

+1
-165
lines changed

2 files changed

+1
-165
lines changed

.github/workflows/solidity-foundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cat <<EOF > matrix.json
3030
[
31-
{ "name": "ccip", "setup": { "run-coverage": true, "min-coverage": 98.7, "extra-coverage-params": "--no-match-path='*End2End*'", "run-gas-snapshot": true}}
31+
{ "name": "ccip", "setup": { "run-coverage": true, "min-coverage": 98.4, "extra-coverage-params": "--no-match-path='*End2End*'", "run-gas-snapshot": true}}
3232
]
3333
EOF
3434

chains/evm/contracts/NonceManager.sol

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)