tuxji commented on pull request #505: URL: https://github.com/apache/daffodil/pull/505#issuecomment-817829298
Also noticed a sbt warning. Can't find "coverageEnabled" anywhere in daffodil repository but found it in sbt-codecov repository. ```log [info] Reapplying settings... [info] set current project to daffodil (in build file:/home/runner/work/daffodil/daffodil/) <set>:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash coverageEnabled in ThisBuild := true ^ [info] Defining ThisBuild / coverageEnabled [info] The new value will be used by Compile / compile / scalacOptions, daffodil-cli / Compile / compile / scalacOptions and 35 others. [info] Run `last` for details. [info] Reapplying settings... ``` Have filed an [issue](https://github.com/alejandrohdezma/sbt-codecov/issues/114) there asking maintainer to fix that warning. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
