diff --git a/.github/workflows/solidity-foundry.yml b/.github/workflows/solidity-foundry.yml index f08a20fe165..ab4e1339b7b 100644 --- a/.github/workflows/solidity-foundry.yml +++ b/.github/workflows/solidity-foundry.yml @@ -40,7 +40,7 @@ jobs: { "name": "shared", "setup": { "run-coverage": true, "extra-coverage-params": "--no-match-path='*CallWithExactGas*' --ir-minimum", "min-coverage": 32.6, "run-gas-snapshot": true, "run-forge-fmt": false }}, { "name": "transmission", "setup": { "run-coverage": true, "min-coverage": 61.5, "run-gas-snapshot": true, "run-forge-fmt": false }}, { "name": "vrf", "setup": { "run-coverage": false, "min-coverage": 98.5, "run-gas-snapshot": false, "run-forge-fmt": false }}, - { "name": "workflow", "setup": { "run-coverage": true, "extra-coverage-params": "--via-ir", "min-coverage": 60.0, "run-gas-snapshot": false, "run-forge-fmt": true }} + { "name": "workflow", "setup": { "run-coverage": true, "extra-coverage-params": "--ir-minimum", "min-coverage": 60.0, "run-gas-snapshot": false, "run-forge-fmt": true }} ] EOF diff --git a/contracts/.prettierignore b/contracts/.prettierignore index 440cf95afa2..483a8cb89db 100644 --- a/contracts/.prettierignore +++ b/contracts/.prettierignore @@ -22,6 +22,7 @@ LinkToken.json typechain **/vendor src/v0.8/ccip/** +src/v0.8/workflow/** # Ignore TS definition and map files **/**.d.ts