From a4f9fe01ea50d125450a27c0fb72d4d8f2390ff4 Mon Sep 17 00:00:00 2001 From: Finn <139806439+finn-tbd@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:47:29 -0800 Subject: [PATCH] update web5-js test name regex (#101) * web5-js didn't follow the old format, update regex fixes #100 * fix README.md which was failing the lint job --- README.md | 1 - reports/sdks.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fd31255..ee423d5 100644 --- a/README.md +++ b/README.md @@ -421,4 +421,3 @@ Further, the key manager interface **must** be passed as an argument to _all_ pu | [Predicates](https://identity.foundation/presentation-exchange/spec/v2.0.0/#predicate-feature) | ✅ | ✅ | ❌ | ❌ | | [Relational Constraints](https://identity.foundation/presentation-exchange/spec/v2.0.0/#relational-constraint-feature) | ✅ | ❌ | ❌ | ❌ | | [Credential Status](https://identity.foundation/presentation-exchange/spec/v2.0.0/#credential-status-constraint-feature) | ❌ | ❌ | ❌ | ❌ | - diff --git a/reports/sdks.go b/reports/sdks.go index d638569..0b293d8 100644 --- a/reports/sdks.go +++ b/reports/sdks.go @@ -18,7 +18,7 @@ var ( Repo: "TBD54566975/web5-js", ArtifactName: "junit-results", FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`), - VectorRegex: regexp.MustCompile(`\w+ \w+ (\w+)`), + VectorRegex: regexp.MustCompile(`.* Web5TestVectors\w+ (\w+)`), VectorPath: "test-vectors", }, {