This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 59d13d7 Remove badges from examples README.md 59d13d7 is described below commit 59d13d7af605abaad0306932375e000a146b3b27 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Sep 14 13:47:13 2021 +0100 Remove badges from examples README.md The badges do not relate to the examples code. The build badge is for the main RNG modules. No check is made if the examples code even builds. The coverage badge is for the main RNG code. Coverage of the examples is low to minimal and is not reported on. --- commons-rng-examples/README.md | 3 --- commons-rng-examples/examples-jmh/README.md | 3 --- commons-rng-examples/examples-jpms/README.md | 3 --- commons-rng-examples/examples-jpms/jpms-app/README.md | 3 --- commons-rng-examples/examples-jpms/jpms-lib/README.md | 3 --- commons-rng-examples/examples-quadrature/README.md | 3 --- commons-rng-examples/examples-sampling/README.md | 3 --- commons-rng-examples/examples-stress/README.md | 3 --- 8 files changed, 24 deletions(-) diff --git a/commons-rng-examples/README.md b/commons-rng-examples/README.md index 13d93be..4195fb3 100644 --- a/commons-rng-examples/README.md +++ b/commons-rng-examples/README.md @@ -43,9 +43,6 @@ Apache Commons RNG Examples =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Examples of use of the "Commons RNG" library. Codes in this module and its sub-modules are not part of the library. They provide checking, benchmarking tools to enhance the documentation diff --git a/commons-rng-examples/examples-jmh/README.md b/commons-rng-examples/examples-jmh/README.md index 2f60552..1ca3d36 100644 --- a/commons-rng-examples/examples-jmh/README.md +++ b/commons-rng-examples/examples-jmh/README.md @@ -43,9 +43,6 @@ JMH Benchmark =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Code for running JMH benchmarks that assess the performance of the generators. Code in this module is not part of the public API. diff --git a/commons-rng-examples/examples-jpms/README.md b/commons-rng-examples/examples-jpms/README.md index 8dc365b..d07cc38 100644 --- a/commons-rng-examples/examples-jpms/README.md +++ b/commons-rng-examples/examples-jpms/README.md @@ -43,9 +43,6 @@ JPMS Integration test =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Testing JPMS. Code in this module is not part of the public API. Documentation diff --git a/commons-rng-examples/examples-jpms/jpms-app/README.md b/commons-rng-examples/examples-jpms/jpms-app/README.md index 605463f..f0bcb41 100644 --- a/commons-rng-examples/examples-jpms/jpms-app/README.md +++ b/commons-rng-examples/examples-jpms/jpms-app/README.md @@ -43,9 +43,6 @@ JPMS module example (application) =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Testing JPMS. Code in this module is not part of the public API. Documentation diff --git a/commons-rng-examples/examples-jpms/jpms-lib/README.md b/commons-rng-examples/examples-jpms/jpms-lib/README.md index bc0affc..282ee84 100644 --- a/commons-rng-examples/examples-jpms/jpms-lib/README.md +++ b/commons-rng-examples/examples-jpms/jpms-lib/README.md @@ -43,9 +43,6 @@ JPMS module example (library) =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Testing JPMS. Code in this module is not part of the public API. Documentation diff --git a/commons-rng-examples/examples-quadrature/README.md b/commons-rng-examples/examples-quadrature/README.md index 4702266..ce5a841 100644 --- a/commons-rng-examples/examples-quadrature/README.md +++ b/commons-rng-examples/examples-quadrature/README.md @@ -43,9 +43,6 @@ Quadrature example =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Contains examples for computing numerical quadrature (integration). Code in this module is not part of the public API. diff --git a/commons-rng-examples/examples-sampling/README.md b/commons-rng-examples/examples-sampling/README.md index d38efc0..6bf5b42 100644 --- a/commons-rng-examples/examples-sampling/README.md +++ b/commons-rng-examples/examples-sampling/README.md @@ -43,9 +43,6 @@ Sampling example =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Application for calling external tools that perform stringent uniformity tests. Code in this module is not part of the public API. diff --git a/commons-rng-examples/examples-stress/README.md b/commons-rng-examples/examples-stress/README.md index 8130a44..c4feaad 100644 --- a/commons-rng-examples/examples-stress/README.md +++ b/commons-rng-examples/examples-stress/README.md @@ -43,9 +43,6 @@ Stress test example =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) - Application for calling external tools that perform stringent uniformity tests. Code in this module is not part of the public API.