supercov 0.0.45-x86_64-linux-gnu → 0.0.46-x86_64-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: 9df1673923e594c5d710ed7ead3ebef187bd3fb94298063b7d4f787bd22d81db
4
- data.tar.gz: 8270e61b2248a97aaf5a9ac6471eb733f1f2fbc39ba72abf878bb697c0254802
3
+ metadata.gz: d74eb73f78d2494c4cdbfaeccec41049c1ddb406e7d39205531cb05a17f69363
4
+ data.tar.gz: 7d68a4dd8c08341dc684cab1ceab1163d8698f375d2c62b52d68fc94747d912e
5
5
  SHA512:
6
- metadata.gz: 47d8be56ace656dcde5e58df6e1b108a85f7b2ffb284ef72a2c1384f65cbe25c10a3f0b48f21fe5bcb959dbd5eadcf422100e85713287afd0fdd240066e2873f
7
- data.tar.gz: e28351188eaf12f83cdd3eee255961dcebbc79339d2b8142a9bd6b45c46db606cd51f7e58ffdf967ef32bc6e974397debe74f524aa54599631b02f30bcedc535
6
+ metadata.gz: 6ba7c7d5c8b09f836e7fab24f3a4d33614b4d23ada244e9f26a2cb8ef8d1a1579b04d61f74f22761ae329a6bf763cd1ef98add59f65ecfb86948c202ddf87630
7
+ data.tar.gz: d3e78fc08cd53ca71692abe88ee71d55bb2eb1e32d642bde4e5546c0eea4adac2782666db8def7bca6c9bf9c66427da2d5d239788dc0c56cd276fda22f501a65
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: x86_64-linux-gnu
6
6
  authors:
7
7
  - Supercorp