From 5289ea8e1c848b94997676c16d93292ea861dc19 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Thu, 2 Dec 2021 18:06:22 +0000 Subject: [PATCH] Re-order statements to be more friendly --- .nycrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.nycrc b/.nycrc index 3b51f5a7bf..785b724a8c 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 99.32, - "functions": 99.11, - "branches": 96.27, "statements": 99.32, + "branches": 96.27, + "functions": 99.11, + "lines": 99.32, "include": [ "src/**/*.ts" ],