supercov 0.0.49-x86_64-linux-gnu → 0.0.51-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: 245c41fb3107978aa9b9bedc39f9f0b4c01a6f0d89548b8382d65218783c3515
4
- data.tar.gz: bf24661a9e3b0762ae6a61fd7971ea7c75abfdaf9562f46c18786ea88a94ea7e
3
+ metadata.gz: 1b0c0c0316a893d7ae861fcaa3e583f036e76adf2a3c1054b5048f44a4b26443
4
+ data.tar.gz: e095765ae517a44f031347ac31a74a7756f7e989cb1733d73b22eb85cd39af6e
5
5
  SHA512:
6
- metadata.gz: 8310e0b3243781493567395641c0d997d8befb5c9560e028b367415497cf22778ed5fd61723b58eef0f11fdd32a830d847f5abcd0aef60981500d64b5d74daef
7
- data.tar.gz: 439144d2265a646d6527aec049d713374b245afc87cca39856c7eeee33d7fd518a914466c3909f5ba63661a5f4adfd9947f895cfb0ab00232c1c788a8a73fbaf
6
+ metadata.gz: 5b479704ec83cfea4ff4ac6930b98ff2826ed3c891a1cb1216bfc1047cb3e9563fcfd17a7f8c78c8ee4545b2e3fb78d768bcadd83f08dc47314318e73423cfbf
7
+ data.tar.gz: ea39c9c8ff54e2d1fde4cc95cf6338a23eaa19ce3549c230702fd9f05e88facb4086cca356cc9943e19730a7f13f680a925564730e85b8bfa6b16a4d639447ea
data/README.md CHANGED
@@ -19,6 +19,10 @@ to add a test in your own project, with a recorded example to follow along.
19
19
  npx supercov -- npm test
20
20
  ```
21
21
 
22
+ Other ways in, all the same binary at the same version: `brew install
23
+ supercorp-ai/tap/supercov`, or for a Go project `go run
24
+ github.com/supercorp-ai/supercov/cmd/supercov@latest`.
25
+
22
26
  Everything after `--` is your test command. Supercov runs it without changing your source, tests, runner configuration, or normal build output.
23
27
 
24
28
  Then ask what is still uncovered:
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.49"
4
+ VERSION = "0.0.51"
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.49
4
+ version: 0.0.51
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - Supercorp