Skip to content

Commit

Permalink
Link to test reports from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed May 24, 2018
1 parent c00d230 commit dfe31a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,10 @@ If you wish to contribute to the development of Micronaut please read the [CONTR

Micronaut is using Semantic Versioning 2.0.0. To understand what that means, please see the specification [documentation](https://semver.org/). Exclusions to Micronaut's public API include any classes annotated with `@Experimental` or `@Internal`, which reside in the `io.micronaut.core.annotation` package.

## CI

[Travis-CI](http://travis-ci.org) is used to build Micronaut. If a build fails in `master`, check the [test reports](https://micronaut-projects.github.io/micronaut-core/reports/index.html).




2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ task aggregateReports {
tests += "${testsuite['@tests']}" as int
}
}
link += "tests: ${tests} skipped: ${skipped} <span style='${errors ? 'color: red;' : ''}'>errors: ${errors}</span> <span style='${failures ? 'color: red;' : ''}'>failures: ${failures}</span>"
link += " tests: ${tests} skipped: ${skipped} <span style='${errors ? 'color: red;' : ''}'>errors: ${errors}</span> <span style='${failures ? 'color: red;' : ''}'>failures: ${failures}</span>"
}
if (new File("${subproject.buildDir}/reports/tests/test").exists()) {
mkdir("${rootProject.buildDir}/reports/${subproject.name}/test")
Expand Down

0 comments on commit dfe31a0

Please sign in to comment.