Smart contracts for the Besu permissioning system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
permissioning-smart-contracts/.istanbul.yml

13 lines
255 B

reporting:
print: summary
reports:
- cobertura
dir: ./coverage
report-config:
cobertura: {file: cobertura-coverage.xml}
check:
global:
statements: 85
lines: 85
branches: 85
functions: 85