2022-03-27 22:44:59 +00:00
|
|
|
# These coverage percentages meet thresholds present in the code base
|
|
|
|
# as of 2022-03-27. As the code gets broken out into maintainable modules,
|
|
|
|
# these thresholds should increase until they are all at 100%.
|
2022-06-06 01:55:31 +00:00
|
|
|
branches: 70
|
2022-03-27 22:44:59 +00:00
|
|
|
functions: 80
|
|
|
|
lines: 85
|
|
|
|
statements: 85
|
|
|
|
|
|
|
|
files:
|
|
|
|
- 'test/**/*.test.js'
|