Skip to content

Commit

Permalink
Merge branch 'workflow-registry-contract-draft' into cappl-2222/secre…
Browse files Browse the repository at this point in the history
…ts-syncer
  • Loading branch information
MStreet3 committed Nov 15, 2024
2 parents 832388e + 76f21df commit ac9040d
Show file tree
Hide file tree
Showing 35 changed files with 2,211 additions and 1,178 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 ac9040d

Please sign in to comment.