Skip to content

Commit

Permalink
Merge pull request #215 from Yubico/dependabot/gradle/com.diffplug.sp…
Browse files Browse the repository at this point in the history
…otless-spotless-plugin-gradle-6.9.0

Bump spotless-plugin-gradle from 6.8.0 to 6.9.0
  • Loading branch information
emlun authored Aug 1, 2022
2 parents 16b9e85 + 879bb3a commit 5242b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.cinnober.gradle:semver-git:2.5.0'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.8.0'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.9.0'
classpath 'io.github.cosmicsilence:gradle-scalafix:0.1.13'
}
}
Expand Down

1 comment on commit 5242b83

@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 69 % 🔹 951 🔹 / 1374 🔹 69 % 951 / 1374
com.yubico.fido.metadata 42 % 🔹 130 🔹 / 306 🔹 42 % 130 / 306
com.yubico.internal.util 37 % 🔹 36 🔹 / 97 🔹 37 % 36 / 97
com.yubico.webauthn 71 % 🔹 367 🔹 / 512 🔹 71 % 367 / 512
com.yubico.webauthn.attestation 100 % 🏆 5 🔹 / 5 🔹 100 % 5 / 5
com.yubico.webauthn.data 93 % 🔹 379 🔹 / 407 🔹 93 % 379 / 407
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 87 % 🔹 21 🔹 / 24 🔹 87 % 21 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: 16b9e85

Please sign in to comment.