@@ -10,12 +10,12 @@ tools to create and process.
1010Format Reference
1111================
1212
13- .. jsonschema :: ../../schema/coverage.json
13+ .. jsonschema :: ../../../src/ucis/ schema/coverage.json
1414
1515Every coverage-data document has a `coverage ` element as its root. Currently,
1616the only sub-elements is a list of covergroup types.
1717
18- .. jsonschema :: ../../schema/coverage.json#/defs/covergroupType
18+ .. jsonschema :: ../../../src/ucis/ schema/coverage.json#/defs/covergroupType
1919
2020A type covergroup provides data about a covergroup type. All instances
2121of a covergroup type have the same coverpoints and crosses. All
@@ -24,26 +24,26 @@ Merged type coverage (the union of coverage achieved by all instances)
2424is derived by PyUCIS from the instance coverage, and is not specified
2525in the coverage file.
2626
27- .. jsonschema :: ../../schema/coverage.json#/defs/covergroupInstType
27+ .. jsonschema :: ../../../src/ucis/ schema/coverage.json#/defs/covergroupInstType
2828
2929An instance covergroup provides data about a covergroup instance.
3030
3131
32- .. jsonschema :: ../../schema/coverage.json#/defs/coverpointType
32+ .. jsonschema :: ../../../src/ucis/ schema/coverage.json#/defs/coverpointType
3333
3434A coverpoint lists a set of bins that it is monitoring. Each
3535coverpoint can specify an `atleast ` count to specify that a
3636bin must contain `atleast ` hits in order to count as being covered.
3737By default, `atleast ` is 1.
3838
39- .. jsonschema :: ../../schema/coverage.json#/defs/crossType
39+ .. jsonschema :: ../../../src/ucis/ schema/coverage.json#/defs/crossType
4040
4141A cross lists the set of coverpoints from which it is composed,
4242and lists its cross bins. Each cross can specify an `atleast `
4343count to specify that a bin must contain `atleast ` hits in
4444order to count as being covered. By default, `atleast ` is 1.
4545
46- .. jsonschema :: ../../schema/coverage.json#/defs/coverBinType
46+ .. jsonschema :: ../../../src/ucis/ schema/coverage.json#/defs/coverBinType
4747
4848A coverbin associates a bin name with the number of hits
4949in that bin.
0 commit comments