Skip to content

Commit 9cf1297

Browse files
yamdangkellogg
authored andcommitted
Automated report generation
1 parent 985f8b3 commit 9cf1297

File tree

3 files changed

+35
-31
lines changed

3 files changed

+35
-31
lines changed

reports/earl.jsonld

+18-16
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"name": "earl-report-0.9.0",
136136
"doap:created": {
137137
"@type": "http://www.w3.org/2001/XMLSchema#date",
138-
"@value": "2024-02-12"
138+
"@value": "2024-02-26"
139139
},
140140
"revision": "0.9.0"
141141
},
@@ -240,7 +240,7 @@
240240
"language": "Rust",
241241
"release": {
242242
"@id": "_:b687",
243-
"revision": "0.14.0"
243+
"revision": "0.15.0-alpha.4"
244244
}
245245
},
246246
{
@@ -7245,28 +7245,29 @@
72457245
}
72467246
},
72477247
{
7248-
"@id": "_:b856",
7248+
"@id": "_:b860",
72497249
"@type": "Assertion",
72507250
"subject": "https://github.com/pchampin/sophia_rs",
72517251
"test": "https://w3c.github.io/rdf-canon/tests/manifest#test076c",
72527252
"result": {
7253-
"@id": "_:b857",
7253+
"@id": "_:b861",
72547254
"@type": "TestResult",
72557255
"outcome": "earl:untested"
72567256
},
72577257
"assertedBy": null
72587258
},
72597259
{
7260-
"@id": "_:b858",
7260+
"@id": "_:b856",
72617261
"@type": "Assertion",
72627262
"subject": "https://github.com/zkp-ld/rdf-canon",
72637263
"test": "https://w3c.github.io/rdf-canon/tests/manifest#test076c",
7264+
"assertedBy": "https://github.com/yamdan",
7265+
"mode": "earl:automatic",
72647266
"result": {
7265-
"@id": "_:b859",
7267+
"@id": "_:b857",
72667268
"@type": "TestResult",
7267-
"outcome": "earl:untested"
7268-
},
7269-
"assertedBy": null
7269+
"outcome": "earl:passed"
7270+
}
72707271
},
72717272
{
72727273
"@id": "_:b342",
@@ -7326,28 +7327,29 @@
73267327
}
73277328
},
73287329
{
7329-
"@id": "_:b860",
7330+
"@id": "_:b862",
73307331
"@type": "Assertion",
73317332
"subject": "https://github.com/pchampin/sophia_rs",
73327333
"test": "https://w3c.github.io/rdf-canon/tests/manifest#test077c",
73337334
"result": {
7334-
"@id": "_:b861",
7335+
"@id": "_:b863",
73357336
"@type": "TestResult",
73367337
"outcome": "earl:untested"
73377338
},
73387339
"assertedBy": null
73397340
},
73407341
{
7341-
"@id": "_:b862",
7342+
"@id": "_:b858",
73427343
"@type": "Assertion",
73437344
"subject": "https://github.com/zkp-ld/rdf-canon",
73447345
"test": "https://w3c.github.io/rdf-canon/tests/manifest#test077c",
7346+
"assertedBy": "https://github.com/yamdan",
7347+
"mode": "earl:automatic",
73457348
"result": {
7346-
"@id": "_:b863",
7349+
"@id": "_:b859",
73477350
"@type": "TestResult",
7348-
"outcome": "earl:untested"
7349-
},
7350-
"assertedBy": null
7351+
"outcome": "earl:passed"
7352+
}
73517353
},
73527354
{
73537355
"@id": "_:b344",

reports/earl.ttl

+6-4
Original file line numberDiff line numberDiff line change
@@ -4615,8 +4615,9 @@
46154615
earl:subject <https://github.com/zkp-ld/rdf-canon> ;
46164616
earl:result [
46174617
a earl:TestResult ;
4618-
earl:outcome earl:untested
4618+
earl:outcome earl:passed
46194619
] ;
4620+
earl:assertedBy <https://github.com/yamdan> ;
46204621
], [
46214622
a earl:Assertion ;
46224623
earl:test <https://w3c.github.io/rdf-canon/tests/manifest#test076c> ;
@@ -4667,8 +4668,9 @@
46674668
earl:subject <https://github.com/zkp-ld/rdf-canon> ;
46684669
earl:result [
46694670
a earl:TestResult ;
4670-
earl:outcome earl:untested
4671+
earl:outcome earl:passed
46714672
] ;
4673+
earl:assertedBy <https://github.com/yamdan> ;
46724674
], [
46734675
a earl:Assertion ;
46744676
earl:test <https://w3c.github.io/rdf-canon/tests/manifest#test077c> ;
@@ -4718,7 +4720,7 @@
47184720
doap:homepage <https://github.com/zkp-ld/rdf-canon> ;
47194721
doap:description "A Rust implementation of the RDF Dataset Canonicalization algorithm version 1.0 (RDFC-1.0) compatible with Oxigraph and Oxrdf."@en ;
47204722
doap:programming-language "Rust" ;
4721-
doap:release [doap:revision "0.14.0"] .
4723+
doap:release [doap:revision "0.15.0-alpha.4"] .
47224724

47234725
<https://github.com/yamdan> a foaf:Person, earl:Assertor ;
47244726
foaf:name "Dan Yamamoto" .
@@ -4761,5 +4763,5 @@
47614763

47624764
<https://github.com/gkellogg/earl-report/tree/0.9.0> a doap:Version;
47634765
doap:name "earl-report-0.9.0";
4764-
doap:created "2024-02-12"^^xsd:date;
4766+
doap:created "2024-02-26"^^xsd:date;
47654767
doap:revision "0.9.0" .

reports/index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ <h2 class='subtitle'>
9494
EARL results from the RDF Dataset Canonicalization and Hash 1.0 Test Suite
9595
</h2>
9696
<h2 id='w3c-document-28-october-2015'>
97-
<time class='dt-published' datetime='2024-02-12' property='dc:issued'>
98-
12 February 2024
97+
<time class='dt-published' datetime='2024-02-26' property='dc:issued'>
98+
26 February 2024
9999
</time>
100100
</h2>
101101
<dl>
@@ -2061,8 +2061,8 @@ <h2>
20612061
<td class='UNTESTED'>
20622062
UNTESTED
20632063
</td>
2064-
<td class='UNTESTED'>
2065-
UNTESTED
2064+
<td class='PASS'>
2065+
PASS
20662066
</td>
20672067
<td class='PASS'>
20682068
PASS
@@ -2081,8 +2081,8 @@ <h2>
20812081
<td class='UNTESTED'>
20822082
UNTESTED
20832083
</td>
2084-
<td class='UNTESTED'>
2085-
UNTESTED
2084+
<td class='PASS'>
2085+
PASS
20862086
</td>
20872087
<td class='PASS'>
20882088
PASS
@@ -2101,8 +2101,8 @@ <h2>
21012101
<td class='passed-most'>
21022102
97.7%
21032103
</td>
2104-
<td class='passed-most'>
2105-
97.7%
2104+
<td class='passed-all'>
2105+
100.0%
21062106
</td>
21072107
<td class='passed-all'>
21082108
100.0%
@@ -2231,7 +2231,7 @@ <h2>
22312231
<dt>Description</dt>
22322232
<dd lang='en' property='doap:description'>A Rust implementation of the RDF Dataset Canonicalization algorithm version 1.0 (RDFC-1.0) compatible with Oxigraph and Oxrdf.</dd>
22332233
<dt>Release</dt>
2234-
<dd property='doap:release'><span property='doap:revision'>0.14.0</span></dd>
2234+
<dd property='doap:release'><span property='doap:revision'>0.15.0-alpha.4</span></dd>
22352235
<dt>Programming Language</dt>
22362236
<dd property='doap:programming-language'>Rust</dd>
22372237
<dt>Home Page</dt>
@@ -2258,8 +2258,8 @@ <h2>
22582258
<td>
22592259
RDF Dataset Canonicalization (RDFC-1.0) Test Suite
22602260
</td>
2261-
<td class='passed-most'>
2262-
84/86 (97.7%)
2261+
<td class='passed-all'>
2262+
86/86 (100.0%)
22632263
</td>
22642264
</tr>
22652265
</tbody>

0 commit comments

Comments
 (0)