From 938fd2673893abf74eb000acfb7bc04f96346575 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 27 Apr 2021 20:57:54 +1000 Subject: [PATCH] Update stats in the readme intro. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 03ece4b..6dbb680 100644 --- a/readme.md +++ b/readme.md @@ -5,8 +5,8 @@ A simple CLI to run [Node.js](https://nodejs.org) and report code coverage. - ✨ Zero config. -- 🏁 \~323 [SLOC](https://en.wikipedia.org/wiki/Source_lines_of_code), written from scratch to use [code coverage features](https://nodejs.org/api/cli.html#cli_node_v8_coverage_dir) built into Node.js v10+. -- 📦 [\~337 kB install size](https://packagephobia.com/result?p=coverage-node), compared to [2.2 MB for `c8` v7.3.5](https://packagephobia.com/result?p=c8@7.3.5) or [8.84 MB for `nyc` v15.1.0](https://packagephobia.com/result?p=nyc@15.1.0). +- 🏁 \~308 [SLOC](https://en.wikipedia.org/wiki/Source_lines_of_code), written from scratch to use [code coverage features](https://nodejs.org/api/cli.html#cli_node_v8_coverage_dir) built into Node.js v10+. +- 📦 [\~346 kB install size](https://packagephobia.com/result?p=coverage-node), compared to [2.2 MB for `c8` v7.7.1](https://packagephobia.com/result?p=c8@7.7.1) or [8.84 MB for `nyc` v15.1.0](https://packagephobia.com/result?p=nyc@15.1.0). - 🖱 Displays ignored or uncovered source code ranges as paths, clickable in IDEs such as [VS Code](https://code.visualstudio.com). ## Setup