From 8117df564467ca23a067e0052615c7271010b0ca Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Sat, 23 Jan 2021 17:30:23 -0500 Subject: [PATCH] CI: Add Codacy config file and README badge --- .codacy.yaml | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .codacy.yaml diff --git a/.codacy.yaml b/.codacy.yaml new file mode 100644 index 0000000000..85a7ccdad6 --- /dev/null +++ b/.codacy.yaml @@ -0,0 +1,3 @@ +--- +exclude_paths: + - '3rdparty/**' diff --git a/README.md b/README.md index d85396c65e..a5bd8435ae 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![Windows Build](https://github.com/PCSX2/pcsx2/workflows/Windows%20Build/badge.svg) ![Linux Build](https://github.com/PCSX2/pcsx2/workflows/Linux%20Build/badge.svg) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1f7c0d75fec74d6daa6adb084e5b4f71)](https://www.codacy.com/gh/PCSX2/pcsx2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PCSX2/pcsx2&utm_campaign=Badge_Grade) [![Coverity Scan Build Status](https://scan.coverity.com/projects/6310/badge.svg)](https://scan.coverity.com/projects/6310) [![Discord Server](https://img.shields.io/discord/309643527816609793)](https://discord.com/invite/TCz3t9k)