Skip to content

Commit 7d1ff54

Browse files
committed
chore(ci): remove Codacy integration (#362)
Remove redundant Codacy static code analysis to eliminate duplicate tooling and reduce CI overhead. CodeQL, SonarCloud, and Codecov provide comprehensive coverage for security, quality, and testing.
1 parent 0b2edfc commit 7d1ff54

2 files changed

Lines changed: 1 addition & 48 deletions

File tree

.codacy.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ jobs:
8181
runs-on: ubuntu-latest
8282
permissions:
8383
contents: read
84-
strategy:
85-
matrix:
86-
service: [codecov, codacy]
8784
steps:
8885
- name: Checkout repository
8986
uses: actions/checkout@v6.0.2
@@ -93,17 +90,9 @@ jobs:
9390
with:
9491
name: cobertura.xml
9592

96-
- name: Upload Cobertura coverage report to ${{ matrix.service }}
97-
if: ${{ matrix.service == 'codecov' }}
93+
- name: Upload Cobertura coverage report to Codecov
9894
uses: codecov/codecov-action@v5.5.2
9995
with:
10096
token: ${{ secrets.CODECOV_TOKEN }}
10197
files: cobertura.xml
10298
use_oidc: false
103-
104-
- name: Upload Cobertura coverage report to ${{ matrix.service }}
105-
if: ${{ matrix.service == 'codacy' }}
106-
uses: codacy/codacy-coverage-reporter-action@v1.3.0
107-
with:
108-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
109-
coverage-reports: cobertura.xml

0 commit comments

Comments
 (0)