From f76e0a23e2ac79dc6004456cd6d4103980ff4d54 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 16 Oct 2023 03:31:52 -0700 Subject: [PATCH] Remove codecov reports (#4737) * Remove codecov reports * Remove Codacy Badge --- .github/workflows/ci.yml | 7 ------- README.md | 2 -- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c2e0e6f..1952fb4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,13 +69,6 @@ jobs: - name: Run Test Suite run: make IMAGE=${{ matrix.images.target }} test - - name: Upload Code Coverage Report - uses: codacy/codacy-coverage-reporter-action@v1 - continue-on-error: true - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: test/reports/cobertura/runTests.sh/cobertura.xml - - name: Run Super-Linter Tests run: | docker run \ diff --git a/README.md b/README.md index 70afdcaf..73785efb 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ This repository is for the **GitHub Action** to run a **Super-Linter**. It is a simple combination of various linters, written in `bash`, to help validate your source code. -[![Codacy Badge](https://app.codacy.com/project/badge/Grade/51071879604e4f319859d4daf91c68f5)](https://app.codacy.com/gh/super-linter/super-linter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=super-linter/super-linter&utm_campaign=Badge_Grade) - **The end goal of this tool:** - Prevent broken code from being uploaded to the default branch (_Usually_ `master` or `main`)