Skip to content

Commit

Permalink
Ensure non-null value for coverageRunner in Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Nov 10, 2023
1 parent e8f36a0 commit 0234d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class Validator(
.addExternalCoverageSuite(
virtualFile.name,
virtualFile.timeStamp,
coverageRunner,
coverageRunner!!,
DefaultCoverageFileProvider(virtualFile.path),
)

Expand Down

0 comments on commit 0234d54

Please sign in to comment.