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-statistics.git
commit 67640b955b1e4bb7a088b353b7a8edeeb9666d7c Author: aherbert <aherb...@apache.org> AuthorDate: Thu Jul 6 10:37:13 2023 +0100 Update badges and links on README --- commons-statistics-descriptive/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commons-statistics-descriptive/README.md b/commons-statistics-descriptive/README.md index 4d9b494..0d7f74c 100644 --- a/commons-statistics-descriptive/README.md +++ b/commons-statistics-descriptive/README.md @@ -43,11 +43,11 @@ Apache Commons Statistics Descriptive =================== -[](https://travis-ci.org/apache/commons-statistics) -[](https://github.com/apache/commons-statistics/actions) -[](https://coveralls.io/r/apache/commons-statistics) +[](https://github.com/apache/commons-statistics/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-statistics) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-descriptive/) [](https://javadoc.io/doc/org.apache.commons/commons-statistics-descriptive/1.1) +[](http://www.apache.org/licenses/LICENSE-2.0.html) Descriptive statistics. @@ -80,7 +80,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). @@ -89,7 +89,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations ---------