This is an automated email from the ASF dual-hosted git repository. jochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 5cfdf5d FILEUPLOAD-328 - Switch from Cobertura code coverage to Jacoco code coverage new 3095f87 Merge pull request #81 from arturobernalg/feature/FILEUPLOAD-328 5cfdf5d is described below commit 5cfdf5d260f0496de1c1bafe417494b212ab6c79 Author: Arturo Bernal <arturobern...@gmail.com> AuthorDate: Wed May 5 07:49:05 2021 +0200 FILEUPLOAD-328 - Switch from Cobertura code coverage to Jacoco code coverage --- src/site/resources/profile.cobertura | 2 -- src/site/resources/profile.jacoco | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/site/resources/profile.cobertura b/src/site/resources/profile.cobertura deleted file mode 100644 index f2074df..0000000 --- a/src/site/resources/profile.cobertura +++ /dev/null @@ -1,2 +0,0 @@ -# This file is intentionally empty. It is only used, because its -# presence activates the generation of a Coberturta report. diff --git a/src/site/resources/profile.jacoco b/src/site/resources/profile.jacoco new file mode 100644 index 0000000..a12755f --- /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