Skip to content

Commit

Permalink
Merge pull request #403 from Yubico/fido-mds-ykbio
Browse files Browse the repository at this point in the history
Update YubiKey Bio names in FIDO MDS integration test
  • Loading branch information
emlun authored Feb 17, 2025
2 parents 78bddbb + 5808992 commit ef6b552
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,18 @@ class FidoMetadataServiceIntegrationTest

it("a YubiKey Bio.") {
check(
"YubiKey Bio Series",
"YubiKey Bio Series - FIDO Edition",
RealExamples.YubikeyBio_5_5_4,
attachmentHintsUsb,
)
check(
"YubiKey Bio Series",
"YubiKey Bio Series - FIDO Edition",
RealExamples.YubikeyBio_5_5_5,
attachmentHintsUsb,
)
withProviderContext(List(new BouncyCastleProvider)) { // Needed for JDK<14 because this example uses EdDSA
check(
"YubiKey Bio Series",
"YubiKey Bio Series - FIDO Edition",
RealExamples.YubikeyBio_5_5_6,
attachmentHintsUsb,
)
Expand Down

1 comment on commit ef6b552

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 78 % 🔹 1476 🔻 / 1884 🔹 78 % 1480 / 1884
com.yubico.fido.metadata 68 % 🔹 230 🔻 / 337 🔹 68 % 231 / 337
com.yubico.internal.util 44 % 🔹 127 🔻 / 288 🔹 44 % 128 / 288
com.yubico.webauthn 89 % 🔹 662 🔹 / 742 🔹 89 % 662 / 742
com.yubico.webauthn.attestation 93 % 🔹 15 🔹 / 16 🔹 93 % 15 / 16
com.yubico.webauthn.data 91 % 🔹 417 🔻 / 454 🔹 92 % 419 / 454
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: 78bddbb - Diff

Detailed reports: workflow run #296

Please sign in to comment.