This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 48a38dea enabling jacoco profile and updating coverage badge 48a38dea is described below commit 48a38dea9cbb985a0279b550a5b2864a9dafbf59 Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Tue Jun 14 22:47:18 2022 -0400 enabling jacoco profile and updating coverage badge --- README.md | 2 +- pom.xml | 4 ---- src/site/resources/profile.jacoco | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index df5228c9..b862750c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Apache Commons Configuration =================== [](https://travis-ci.org/apache/commons-configuration) -[](https://coveralls.io/r/apache/commons-configuration) +[](https://app.codecov.io/gh/apache/commons-configuration) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/) [](https://javadoc.io/doc/org.apache.commons/commons-configuration2/2.7) diff --git a/pom.xml b/pom.xml index 1306215c..32addc13 100644 --- a/pom.xml +++ b/pom.xml @@ -889,10 +889,6 @@ <excludeFilterFile>${basedir}/conf/findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <reportSets> diff --git a/src/site/resources/profile.jacoco b/src/site/resources/profile.jacoco new file mode 100644 index 00000000..a12755f3 --- /dev/null +++ b/src/site/resources/profile.jacoco @@ -0,0 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ----------------------------------------------------------------------------- +# +# Empty file used to automatically trigger JaCoCo profile from commons parent pom