/example-scala

Scala coverage example

Primary LanguageScala

Codecov Scala Example

https://codecov.io @codecov hello@codecov.io

This repository serves as an example on how to use Codecov Global for Scala.

Travis CI

Add to your .travis.yml file.

language: scala

script:
  - sbt clean coverage test

after_success:
  - bash <(curl -s https://codecov.io/bash)

Private Repos

Add to your .travis.yml file.

after_success:
  - bash <(curl -s https://codecov.io/bash) -t :token

View source and learn more about Codecov Global Uploader