supercov 0.0.45-x86_64-linux-gnu → 0.0.47-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: 73db5d31de588b67bcf85c6e5a8ee5fe7778958996b34682410aa34c9ec99a42
4
+ data.tar.gz: 6e347b10850de7d1f2d6ac6c96111f6ea4860e9231e0c4199e8127db46def3d8
5
5
  SHA512:
6
- metadata.gz: 47d8be56ace656dcde5e58df6e1b108a85f7b2ffb284ef72a2c1384f65cbe25c10a3f0b48f21fe5bcb959dbd5eadcf422100e85713287afd0fdd240066e2873f
7
- data.tar.gz: e28351188eaf12f83cdd3eee255961dcebbc79339d2b8142a9bd6b45c46db606cd51f7e58ffdf967ef32bc6e974397debe74f524aa54599631b02f30bcedc535
6
+ metadata.gz: 28afb4c1ed5208668efc1ca8d0367670d14cc23aad299b39dc6fb0e97f25cb96fb5abbb31d94362f2695f1392224fd95d666af5338cd124fb1617b364024bbaf
7
+ data.tar.gz: 83301aee451cbb506f3ba2b57c23421a3b2813d2b1bb22d0bfc743c62b773195a688034b14618a1fd12632e7829c4ae90295bb1c7d377f85560f98afc40e9ad7
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: x86_64-linux-gnu
6
6
  authors:
7
7
  - Supercorp