Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeneOskin committed Nov 15, 2015
1 parent 5809699 commit 85f37db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,5 @@ before_install: unset SBT_OPTS JVM_OPTS
script:
- make softlint
- make test
after_success: "./activator coveralls"
- './activator "set unmanagedSourceDirectories in Compile := Seq(file(\".\"))" coverageReport'
after_success: './activator "set unmanagedSourceDirectories in Compile := Seq(file(\".\"))" coveralls'
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,4 +9,4 @@ softlint:

test:
./activator clean coverage test
./activator coverageAggregate coverageReport
./activator coverageReport
4 changes: 3 additions & 1 deletion build.sbt
Expand Up @@ -19,5 +19,7 @@ resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"
// other, legacy style, accesses its actions statically.
routesGenerator := InjectedRoutesGenerator

resolvers += Classpaths.sbtPluginReleases
resolvers += Resolver.url("scoverage-bintray", url("https://dl.bintray.com/sksamuel/sbt-plugins/"))(Resolver.ivyStylePatterns)

coverageExcludedPackages := "<empty>;router;.*javascript.*;views.html;"

0 comments on commit 85f37db

Please sign in to comment.