Skip to content

Instantly share code, notes, and snippets.

@sguzman
Created November 15, 2017 15:10
Show Gist options
  • Save sguzman/956b418df25c5eb0a057c5e56e929059 to your computer and use it in GitHub Desktop.
Save sguzman/956b418df25c5eb0a057c5e56e929059 to your computer and use it in GitHub Desktop.
A basic yaml file for scala/codecov build
language: scala
scala:
- 2.12.4
script:
- sbt clean coverage test coverageReport
after_success:
- bash <(curl -s https://codecov.io/bash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment