Skip to content

Commit

Permalink
Enable coverage checking again
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Jul 29, 2019
1 parent 91da197 commit 8f090f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -11,10 +11,9 @@ env:
# marker environment variable to make the build matrix more readable in the UI
- JOB=test

# sbt coverage TODO: Enable coverage again after scoverage is published for 2.13 https://github.com/scoverage/scalac-scoverage-plugin/pull/260
script:
- >
sbt
sbt coverage
"++$TRAVIS_SCALA_VERSION test"
"++$TRAVIS_SCALA_VERSION tut"
"++$TRAVIS_SCALA_VERSION doc"
Expand All @@ -28,9 +27,8 @@ script:
git diff --exit-code;
fi

# TODO: Enable coverage again after scoverage is published for 2.13 https://github.com/scoverage/scalac-scoverage-plugin/pull/260
# after_success:
# - sbt ++$TRAVIS_SCALA_VERSION "++$TRAVIS_SCALA_VERSION coverageReport" coverageAggregate coveralls
after_success:
- sbt ++$TRAVIS_SCALA_VERSION "++$TRAVIS_SCALA_VERSION coverageReport" coverageAggregate coveralls

jobs:
include:
Expand Down

0 comments on commit 8f090f7

Please sign in to comment.