supercov 0.0.49-aarch64-linux-gnu → 0.0.51-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: 6c37eaa403a2a4e673e604b000de41a07fecee56d8360cf3ae80dfc8a878fe92
4
- data.tar.gz: 985595e6b83d1a60059aab31d2164b9e5cbb9d8cffc77af696aab6d656ca3caf
3
+ metadata.gz: ca4aad4475e302822ec282081262d740e8c2b81d93fa3bedf5609ab888a3f6fe
4
+ data.tar.gz: e912c21fff717064b58531a3fb1410de7699255041ecde0131cfc24388f9de19
5
5
  SHA512:
6
- metadata.gz: 17f51a5b63a19db816b76b1d3e7b6447314e3878f9fe342e221af558247b05e92948742b70e322423f77bfb3579792ccf1306700458d8ecbc699ee6f4281e2ca
7
- data.tar.gz: 5cbe8c90f60ae81aea543f1f79c92a71c8bdabd4ecfa98ff95d937fda78056e4e2a477ea3967bbc2e0779ee409e7c5c0e99cea9dabd0cd5f045b52a7af3a0f16
6
+ metadata.gz: 5d9d5c58b0c810db2b276b6177c31dbfc547a22df36799e82f726e624125d8f99c01f6b70473d32ca466e8d00a481278e5b08819e9015fe565305241297452da
7
+ data.tar.gz: f5499f65215652f839cb4e69cbeaa5209bc2062e30e358dfefd2bcb66986cdf2c1198a32b2642f503e79d013780573f5a5a16a32ba3f538d7c70934e59aced53
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: aarch64-linux-gnu
6
6
  authors:
7
7
  - Supercorp