Navigation Menu

Skip to content

Commit

Permalink
Remove badges from examples README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aherbert committed Sep 14, 2021
1 parent 0b52f31 commit 59d13d7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions commons-rng-examples/README.md
Expand Up @@ -43,9 +43,6 @@
Apache Commons RNG Examples
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](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
Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-jmh/README.md
Expand Up @@ -43,9 +43,6 @@
JMH Benchmark
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](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.

Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-jpms/README.md
Expand Up @@ -43,9 +43,6 @@
JPMS Integration test
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)

Testing JPMS. Code in this module is not part of the public API.

Documentation
Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-jpms/jpms-app/README.md
Expand Up @@ -43,9 +43,6 @@
JPMS module example (application)
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)

Testing JPMS. Code in this module is not part of the public API.

Documentation
Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-jpms/jpms-lib/README.md
Expand Up @@ -43,9 +43,6 @@
JPMS module example (library)
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)

Testing JPMS. Code in this module is not part of the public API.

Documentation
Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-quadrature/README.md
Expand Up @@ -43,9 +43,6 @@
Quadrature example
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](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.

Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-sampling/README.md
Expand Up @@ -43,9 +43,6 @@
Sampling example
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](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.

Expand Down
3 changes: 0 additions & 3 deletions commons-rng-examples/examples-stress/README.md
Expand Up @@ -43,9 +43,6 @@
Stress test example
===================

[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](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.

Expand Down

0 comments on commit 59d13d7

Please sign in to comment.