node-ldapjs/.taprc.yml

11 lines
292 B
YAML
Raw Normal View History

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%.
branches: 70
2022-03-27 22:44:59 +00:00
functions: 80
lines: 85
statements: 85
files:
- 'test/**/*.test.js'