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 58f3d5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ 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
scala: *scala_version_212
after_success: codecov -F scala_version_212
- <<: *jvm_tests
scala: *scala_version_213
after_success: codecov -F scala_version_213


- stage: test
env: TEST="docs"
Expand Down

0 comments on commit 58f3d5f

Please sign in to comment.