supercov 0.0.45-aarch64-linux-gnu → 0.0.46-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: d1b2ecbbc6a3822d417ae9e3c1c3d7ae5c8ef9bde1c8ec9bb8d09d29fe273019
4
+ data.tar.gz: 90f87a118312e3aed4bf1351e48ac533ee6b0bca871fdbfac03082dc08442386
5
5
  SHA512:
6
- metadata.gz: d52bb51a228161f661a5d92e7f05c2d212440e014b61fb6f2fb4f11f9616fe9b4afcdf750e4f1eb8b9e8c6fc06a4dbd639d8d16d8bc71a81b2155f0e88df3cfa
7
- data.tar.gz: 8bcdbeb6aa9c4870984351ddf67bb79dfa12d16b1956c953072dbcc2257c44ef65b8b83e95db3264d462f28685a6e4672bb754dd9c13cafe437ca4ca8254d2d0
6
+ metadata.gz: 775fe60f8008ea332df69f639f84394c4e794e59346d99cd8fb8620667575dbc8ba87c91d05b8b8f3b3c3b0900d8c9f9eded3fb2d5aad2d93ae1300e1cd929a4
7
+ data.tar.gz: 208751f93550a8aa295f535666896ab3b08c1c95a484885d8dee390496ab89b2e668ec76491fc5e109f78905083eaa7b8385bd485304df7d7fe3544f4c19b5c6
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.46"
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.46
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Supercorp