diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e626438..1f557d7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,12 +104,6 @@ jobs: if: ${{ matrix.java-version == '11' }} run: conformance/run-conformance-tests.sh - - uses: codecov/codecov-action@v3 - if: ${{ matrix.java-version == '11' }} - with: - files: jacoco/build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml - flags: java - - name: Capture test results uses: actions/upload-artifact@v4 if: failure() diff --git a/README.md b/README.md index 50a06540..315eba8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Java implementation of Common-Expression-Language (CEL) [![CI](https://github.com/projectnessie/cel-java/actions/workflows/main.yml/badge.svg)](https://github.com/projectnessie/cel-java/actions/workflows/main.yml) -[![codecov](https://codecov.io/gh/projectnessie/cel-java/branch/main/graph/badge.svg?token=T0oH60kJYh)](https://codecov.io/gh/projectnessie/cel-java) [![Maven Central](https://img.shields.io/maven-central/v/org.projectnessie.cel/cel-core)](https://search.maven.org/artifact/org.projectnessie.cel/cel-core) This is a Java port of the [Common-Expression-Language (CEL)](https://opensource.google/projects/cel). diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 9b24a492..00000000 --- a/codecov.yml +++ /dev/null @@ -1,20 +0,0 @@ -# -# Copyright (C) 2022 The Authors of CEL-Java -# -# 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. -# - -# https://docs.codecov.com/docs/codecovyml-reference - -github_checks: - annotations: false