File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6565 report_paths : ' target/**test-reports/TEST-*.xml'
6666 github_token : ${{ secrets.GITHUB_TOKEN }}
6767
68- - name : Check the test coverage is above the minimum criteria
69- run : sbt coverageAggregate
68+ - name : Check the test coverage is above the minimum criteria and upload coveage data to Coveralls
69+ run : sbt coverageAggregate coveralls
70+ env :
71+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7072
7173 # https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html#Caching
7274 - name : Clean files for caching
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")
88
99addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
1010
11+ addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.1" )
12+
1113addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.4.1" )
1214
1315addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.3" )
You can’t perform that action at this time.
0 commit comments