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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfc692f08955c2f8e939adbd2f4bcfeee8ac6fea05df4fa9ab776802562672f8
4
- data.tar.gz: a3dc6f3baeea2d4ed418ea8fa0cdb9bc837f833f86c2bac5049130fd05567a4b
3
+ metadata.gz: 7affe5867e61f8e101116db9215db0c7a75573f79593e600d4a9d5920f7c419d
4
+ data.tar.gz: 81db111bb71bdcf4ddc0fbcf3634be394269d1ffc2fa28b280a0bbe38d0d55b5
5
5
  SHA512:
6
- metadata.gz: d52bb51a228161f661a5d92e7f05c2d212440e014b61fb6f2fb4f11f9616fe9b4afcdf750e4f1eb8b9e8c6fc06a4dbd639d8d16d8bc71a81b2155f0e88df3cfa
7
- data.tar.gz: 8bcdbeb6aa9c4870984351ddf67bb79dfa12d16b1956c953072dbcc2257c44ef65b8b83e95db3264d462f28685a6e4672bb754dd9c13cafe437ca4ca8254d2d0
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 --require-observed --json
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Supercov
4
- VERSION = "0.0.45"
4
+ VERSION = "0.0.47"
5
5
  end
data/libexec/supercov CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supercov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.45
4
+ version: 0.0.47
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Supercorp