supercov 0.0.45-aarch64-linux-gnu → 0.0.47-aarch64-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/supercov.rb +1 -1
- data/libexec/supercov +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7affe5867e61f8e101116db9215db0c7a75573f79593e600d4a9d5920f7c419d
|
|
4
|
+
data.tar.gz: 81db111bb71bdcf4ddc0fbcf3634be394269d1ffc2fa28b280a0bbe38d0d55b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27535e9d11852b494bf14c0e0c5d099eddd416f43ee4b8c2395e195ba697c2b862d81aa48013014f94dac0825cea0472eeaa1a22c9cc3a47debc53edebcf8cf0
|
|
7
|
+
data.tar.gz: 1982784a526912fedc1d4b3f935f5902cf2c3689bd887d5bd1be926020dadc95e8f90977b772613ed1783d55fdec6474e1c6c392b52b8f6cae0b6bc524abb0d1
|
data/README.md
CHANGED
|
@@ -59,7 +59,7 @@ npx supercov runs <run> source src/example.ts
|
|
|
59
59
|
# Edit assertions.json, then validate and acknowledge:
|
|
60
60
|
npx supercov runs <run> assertions validate --json
|
|
61
61
|
# Copy examined expectedBasis tokens into assertions.json; save again.
|
|
62
|
-
npx supercov runs <run> assertions check --require-mappings --
|
|
62
|
+
npx supercov runs <run> assertions check --require-mappings --json
|
|
63
63
|
npx supercov runs <run> # includes the assertion percentage in the regular report
|
|
64
64
|
```
|
|
65
65
|
|
data/lib/supercov.rb
CHANGED
data/libexec/supercov
CHANGED
|
Binary file
|