diff --git a/.nycrc.yaml b/.nycrc.yaml new file mode 100644 index 0000000..00b6224 --- /dev/null +++ b/.nycrc.yaml @@ -0,0 +1,9 @@ +reporter: + - text + - lcovonly + - html +check-coverage: true +branches: 80.00 +lines: 80.00 +functions: 80.00 +statements: 80.00