Skip to content

Commit 7e3435c

Browse files
committed
Deactivated coverage
1 parent 1e20c8b commit 7e3435c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ scala:
44
- 2.13.1
55
script:
66
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then sbt ++$TRAVIS_SCALA_VERSION test; fi'
7-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport coverageAggregate codacyCoverage; fi'
7+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION test; fi'
8+
# - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport coverageAggregate codacyCoverage; fi'
89
after_success:
9-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash <(curl -s https://codecov.io/bash); fi'
10+
# - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash <(curl -s https://codecov.io/bash); fi'

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
1919
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.5.1")
2020

2121
// coverage
22-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
23-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3")
22+
//addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
23+
//addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3")
2424

2525
// preparation for dependency checking
2626
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")

0 commit comments

Comments
 (0)