supercov 0.0.49-x86_64-linux-gnu → 0.0.50-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 +4 -4
- data/README.md +4 -0
- data/lib/supercov.rb +1 -1
- data/libexec/supercov +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebe5c5d8a7c9bcefe099001d1bc13e8254065f1991d3e3ee73da83bacbb4e74d
|
|
4
|
+
data.tar.gz: 76c337c4c5061dc75921f1112819e9cc052f09aafcb2ec96cf8e59e543402e3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8e382d1f6f9c83d8ca05e788ed462dc79b1825170fa62d3dbf1e69bda875ecd7216f85212aa55413fa0c0f57dfde8e67b180858c72a53edc9124dbf6a4477a6
|
|
7
|
+
data.tar.gz: a4d10f254da60ba99771f50e6ecf06504c64f593a4f1b8cb7ba3dff450e7b5e05684dfc073957059f66a2b4ab7fa3f923b8ac630bc53b16e9aaa855e73a5da14
|
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
data/libexec/supercov
CHANGED
|
Binary file
|