From 65958e526d3571282a56bfcce3d88c20944cfd55 Mon Sep 17 00:00:00 2001 From: Marcus Talbot Date: Fri, 1 Nov 2024 09:20:45 +0100 Subject: [PATCH] Remove BCH, due to discontinuation Closes #187 --- .bettercodehub.yml | 3 --- README.md | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .bettercodehub.yml diff --git a/.bettercodehub.yml b/.bettercodehub.yml deleted file mode 100644 index 677820e6..00000000 --- a/.bettercodehub.yml +++ /dev/null @@ -1,3 +0,0 @@ -component_depth: 6 -languages: -- java \ No newline at end of file diff --git a/README.md b/README.md index 68416bc6..be652c54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Build Status](https://github.com/42BV/beanmapper/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/42BV/beanmapper/actions?query=workflow%3A%22Java+CI+with+Maven%22) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/663f3d7da8b849bb978c8860d1a0145d)](https://www.codacy.com/gh/42BV/beanmapper/dashboard?utm_source=github.com&utm_medium=referral&utm_content=42BV/beanmapper&utm_campaign=Badge_Grade) -[![BCH compliance](https://bettercodehub.com/edge/badge/42BV/beanmapper?branch=master)](https://bettercodehub.com/) [![codecov](https://codecov.io/gh/42BV/beanmapper/branch/master/graph/badge.svg)](https://codecov.io/gh/42BV/beanmapper) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.beanmapper/beanmapper/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.beanmapper/beanmapper) [![Javadocs](https://www.javadoc.io/badge/io.beanmapper/beanmapper.svg)](https://www.javadoc.io/doc/io.beanmapper/beanmapper)