Skip to content

Commit 3911911

Browse files
committed
Add flag to codecov to differentiate scala versions
1 parent 0b3214e commit 3911911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
stage: test
4141
env: TEST="JVM tests"
4242
install: pip install --user codecov
43-
script: sbt ++$TRAVIS_SCALA_VERSION! coverage buildJVM bench/test coverageReport && codecov
43+
script: sbt ++$TRAVIS_SCALA_VERSION! coverage buildJVM bench/test coverageReport && codecov -F "$TRAVIS_SCALA_VERSION"
4444
scala: *scala_version_212
4545
- <<: *jvm_tests
4646
scala: *scala_version_213

0 commit comments

Comments
 (0)