supercov 1.0.0-x86_64-linux-gnu → 1.0.1-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 +7 -1
- 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: 8eae24927805db03b86d911a020a8cc48cd41b0bca8d1a0353b700c55d20a9cc
|
|
4
|
+
data.tar.gz: 44a73167cf434be14102a00c01ccd14a9a5de2512e543de821a8e56c3281f14b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb1f8dedb06d900c5ea7e4e2e619198f99fdee9f6b192609005d4c869e0079d7e8919c5514cf01de1cda02d48b79863ca1f9cf56dc896009213027ccc082e3c1
|
|
7
|
+
data.tar.gz: a574d8b6a009d9d042b0fe25ceac749a6f42d2c2e904493ebfc489aace0bc0b9e1ef7b838e8cb238e90ce080a1e144e376eb4811db3f90fd8783647ffcd49722
|
data/README.md
CHANGED
|
@@ -4,7 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
**Supercov tells your coding agent what to fix and what to test.** It scores your code quality with [Jev](https://typesafe.ai), runs the test command you already use, and turns uncovered paths into small, actionable queries. Your agent picks a target, writes a focused test or a focused refactor, proves what improved, and keeps going.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Paste this to your coding agent to start:
|
|
8
|
+
|
|
9
|
+
```text supercov-prompt
|
|
10
|
+
Measure code quality with npx supercov and show me the weakest files.
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Scoring needs a [TypeSafe AI](https://typesafe.ai) API key, and your coding agent will usually ask you for it. It costs about a cent per megabyte of source. Coverage needs no account, config file, import, custom reporter, or hosted service. Supercov is local, free, open source, and MIT licensed.
|
|
8
14
|
|
|
9
15
|
[Website](https://supercov.com) · [Documentation](https://supercov.com/docs) · [npm](https://www.npmjs.com/package/supercov) · [GitHub](https://github.com/supercorp-ai/supercov)
|
|
10
16
|
|
data/lib/supercov.rb
CHANGED
data/libexec/supercov
CHANGED
|
Binary file
|