Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit c74bc3a

Browse files
committed
chore: Remove sonarqube
1 parent d0dd312 commit c74bc3a

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,4 @@ jobs:
9494
with:
9595
file: ./coverage.xml
9696
fail_ci_if_error: true
97-
token: ${{ secrets.CODECOV_TOKEN }}
98-
- name: Fix coverage file for sonarcloud
99-
run: |
100-
sed -i "s/<source>\/home\/runner\/work\/drf-openapi-tester\/drf-openapi-tester\//<source>/g" coverage.xml
101-
cat coverage.xml
102-
- uses: sonarsource/sonarcloud-github-action@master
103-
env:
104-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
97+
token: ${{ secrets.CODECOV_TOKEN }}

sonar-project.properties

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

0 commit comments

Comments
 (0)