Skip to content

Commit

Permalink
Drop slf4j-test from webauthn-server-attestation test dependencies
Browse files Browse the repository at this point in the history
This prevents the unit test XML reports from containing large stdout
logs which are not used for anything but crash the default settings of
EnricoMi/publish-unit-test-result-action@v2 .
  • Loading branch information
emlun committed Mar 5, 2024
1 parent c5a18af commit cdf9513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions webauthn-server-attestation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,8 @@ dependencies {
testImplementation("org.scalatest:scalatest_2.13")
testImplementation("org.scalatestplus:junit-4-13_2.13")
testImplementation("org.scalatestplus:scalacheck-1-16_2.13")
testImplementation("uk.org.lidalia:slf4j-test")

testImplementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7.25,1.8-a)") // Pre-1.8 version required by slf4j-test
}
}
testImplementation("org.slf4j:slf4j-api")
}

val integrationTest = task<Test>("integrationTest") {
Expand Down

This file was deleted.

1 comment on commit cdf9513

@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 80 % 🔻 1282 🔻 / 1583 🔻 82 % 1362 / 1656
com.yubico.fido.metadata 69 % 🔹 223 🔺 / 323 🔹 68 % 222 / 323
com.yubico.internal.util 47 % 🟢 57 🔹 / 120 🔻 46 % 57 / 123
com.yubico.webauthn 86 % 🔻 570 🔻 / 656 🔻 89 % 642 / 720
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔻 394 🔻 / 423 🔻 93 % 403 / 429
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: a149b6e - Diff

Detailed reports: workflow run #263

Please sign in to comment.