Skip to content

Commit

Permalink
add additional tests per function for workflow registry
Browse files Browse the repository at this point in the history
  • Loading branch information
eutopian committed Nov 13, 2024
1 parent 40023d2 commit a3f4ceb
Show file tree
Hide file tree
Showing 34 changed files with 2,059 additions and 983 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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": "--ir-minimum", "min-coverage": 60.0, "run-gas-snapshot": false, "run-forge-fmt": false }}
{ "name": "workflow", "setup": { "run-coverage": true, "extra-coverage-params": "--ir-minimum", "min-coverage": 99, "run-gas-snapshot": true, "run-forge-fmt": true }}
]
EOF
Expand Down
99 changes: 0 additions & 99 deletions contracts/src/v0.8/workflow/dev/DONAccessControl.sol

This file was deleted.

Loading

0 comments on commit a3f4ceb

Please sign in to comment.