Yicong-Huang commented on code in PR #5659:
URL: https://github.com/apache/texera/pull/5659#discussion_r3406932654


##########
common/config/build.sbt:
##########
@@ -50,5 +50,6 @@ Compile / scalacOptions ++= Seq(
 
 // Core Dependencies
 libraryDependencies ++= Seq(
-  "com.typesafe" % "config" % "1.4.6" // For configuration management
+  "com.typesafe" % "config" % "1.4.6", // For configuration management
+  "org.scalatest" %% "scalatest" % "3.2.15" % Test // ScalaTest (for unit 
tests)

Review Comment:
   hmm, if we never tested this module before, can you check if we included 
this in codecov report? (check ci and build.sbt to see if we emit coverage 
report for this module, after executing it).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to