Skip to content

Commit

Permalink
chore(coverage): exclude common from coverage reports
Browse files Browse the repository at this point in the history
these aren't supposed to be tested individually,
these should be tested alongside their implementation
  • Loading branch information
jhdcruz committed Jul 19, 2023
1 parent d4124d8 commit 99e8393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kipher-coverage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

dependencies {
jacocoAggregation(projects.kipherCommon)
jacocoAggregation(projects.kipherAes)
jacocoAggregation(projects.kipherDigest)
jacocoAggregation(projects.kipherMac)
Expand Down

0 comments on commit 99e8393

Please sign in to comment.