diff --git a/reports/report-template.html b/reports/report-template.html
index 03e6224..7e78c2f 100644
--- a/reports/report-template.html
+++ b/reports/report-template.html
@@ -16,10 +16,12 @@
Web5 Spec Compliance Report
{{ $category }}
-
-
-
-
+
+
+
+
+
+
diff --git a/reports/sdks.go b/reports/sdks.go
index f987f53..238185d 100644
--- a/reports/sdks.go
+++ b/reports/sdks.go
@@ -35,11 +35,11 @@ var (
Type: "web5",
},
{
- Name: "web5-core-kt",
- Repo: "TBD54566975/web5-rs",
- ArtifactName: "kotlin-test-results",
+ Name: "web5-swift",
+ Repo: "TBD54566975/web5-swift",
+ ArtifactName: "test-results",
FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`),
- VectorRegex: regexp.MustCompile(`(\w+)`),
+ VectorRegex: regexp.MustCompile(`test_(\w+)`),
VectorPath: "test-vectors",
Type: "web5",
},
@@ -52,13 +52,12 @@ var (
VectorPath: "tbdex-test-vectors",
Type: "web5",
},
-
{
- Name: "web5-swift",
- Repo: "TBD54566975/web5-swift",
- ArtifactName: "test-results",
+ Name: "web5-core-kt",
+ Repo: "TBD54566975/web5-rs",
+ ArtifactName: "kotlin-test-results",
FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`),
- VectorRegex: regexp.MustCompile(`test_(\w+)`),
+ VectorRegex: regexp.MustCompile(`(\w+)`),
VectorPath: "test-vectors",
Type: "web5",
},