.taprc.yml 293 B

12345678910
  1. # With PR #834 the code in this code base has been reduced significantly.
  2. # As a result, the coverage percentages changed, and are much lower than
  3. # previously. So we are reducing the requirements accordingly
  4. branches: 50
  5. functions: 50
  6. lines: 50
  7. statements: 50
  8. files:
  9. - 'test/**/*.test.js'