Skip to content

Commit

Permalink
try to incorporate more code coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Mar 24, 2024
1 parent 14e39b6 commit f390cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code-coverage-report/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ dependencies {
implementation project(':jar-infer:nullaway-integration-test')
implementation project(':guava-recent-unit-tests')
implementation project(':jdk-recent-unit-tests')
implementation project(':library-model:library-model-generator')
implementation project(':library-model:library-model-generator-integration-test')
}
3 changes: 2 additions & 1 deletion library-model/library-model-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
* limitations under the License.
*/
plugins {
id "java-library"
id 'java-library'
id 'nullaway.java-test-conventions'
}

dependencies {
Expand Down

0 comments on commit f390cd1

Please sign in to comment.