File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 java-version : ' 8'
2020 distribution : ' adopt'
2121 - name : Run tests
22- run : sbt clean test
22+ run : sbt coverage test
23+ - name : Coverage Report
24+ run : sbt coverageReport
25+ - name : " Upload coverage to Codecov"
26+ uses : " codecov/codecov-action@v2"
27+ with :
28+ fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ project/project/
99project /target /
1010* .DS_Store
1111/target /
12- /project /build.properties
12+ /project /build.properties
13+ /src /main /scala /com /databricks /labs /validation /LocalTest.scala
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-jacoco" % " 3.0.3" )
22addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
3- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.3" )
3+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.3" )
4+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
5+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
6+ addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.8.1" )
You can’t perform that action at this time.
0 commit comments