From fd630240b8cb9e50c13c8f6bad11df5e560a5eb8 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Fri, 17 Feb 2023 15:03:56 -0500 Subject: [PATCH 1/2] disable blocking checks Signed-off-by: Bob Callaway --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..35cde5cd5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off From 4d65e0ff1d8632bc607d71639b6b76bd5051fefd Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Fri, 17 Feb 2023 15:06:05 -0500 Subject: [PATCH 2/2] add license/copyright Signed-off-by: Bob Callaway --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/codecov.yml b/codecov.yml index 35cde5cd5..c0287fa88 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,17 @@ +# Copyright 2023 The Sigstore Authors +# +# Licensed 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. + coverage: status: project: off