ccqa 1.38.0 → 1.40.0
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.
- package/README.md +5 -4
- package/dist/bin/ccqa.mjs +514 -502
- package/dist/hub-client/index.d.mts +56 -1
- package/dist/hub-client/index.mjs +6 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,10 +149,11 @@ deploy lands
|
|
|
149
149
|
|
|
150
150
|
The audit costs cents; a live spec costs dollars. Filtering first leaves
|
|
151
151
|
a run whose failures are worth reading. `deploy record` decides which specs
|
|
152
|
-
the range reaches
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
152
|
+
the range reaches — by intersecting the diff with the coverage measured runs
|
|
153
|
+
recorded, no model call — unless you pass `--no-select-specs`; a range
|
|
154
|
+
recorded without that decision is assumed reached — a full audit sweep and a
|
|
155
|
+
full run of everything behind it, not a question mark — and nothing fills
|
|
156
|
+
the hole in later.
|
|
156
157
|
|
|
157
158
|
| Job | Trigger | Question it answers |
|
|
158
159
|
|---|---|---|
|