Skip to content

Commit

Permalink
Add flag to codecov to differentiate scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DieBauer committed Oct 9, 2019
1 parent 0b3214e commit 3911911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
stage: test
env: TEST="JVM tests"
install: pip install --user codecov
script: sbt ++$TRAVIS_SCALA_VERSION! coverage buildJVM bench/test coverageReport && codecov
script: sbt ++$TRAVIS_SCALA_VERSION! coverage buildJVM bench/test coverageReport && codecov -F "$TRAVIS_SCALA_VERSION"
scala: *scala_version_212
- <<: *jvm_tests
scala: *scala_version_213
Expand Down

0 comments on commit 3911911

Please sign in to comment.