Remove codecov reports (#4737)

* Remove codecov reports

* Remove Codacy Badge
This commit is contained in:
Zack Koppert 2023-10-16 03:31:52 -07:00 committed by GitHub
parent cb84c5ae72
commit f76e0a23e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View file

@ -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 \

View file

@ -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`)