Skip to content

Commit 865cbd9

Browse files
Remove SonarCloud integration and related configurations (#52)
1 parent 0a217af commit 865cbd9

3 files changed

Lines changed: 0 additions & 46 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,3 @@ jobs:
5353
fail_ci_if_error: false
5454
verbose: true
5555
token: ${{ secrets.CODECOV_TOKEN }}
56-
57-
- name: Archive code coverage results
58-
uses: actions/upload-artifact@v4
59-
with:
60-
name: code-coverage-report-${{ matrix.os }}
61-
path: coverage.txt
62-
63-
sonarCloudTrigger:
64-
needs: build
65-
name: SonarCloud Trigger
66-
if: github.event_name != 'pull_request'
67-
runs-on: ubuntu-latest
68-
steps:
69-
- name: Clone Repository
70-
uses: actions/checkout@v5
71-
with:
72-
# Disabling shallow clone is recommended for improving relevancy of reporting
73-
fetch-depth: 0
74-
75-
- name: Download code coverage results
76-
uses: actions/download-artifact@v5
77-
78-
- name: Display structure of downloaded files
79-
run: ls -R
80-
81-
- name: Analyze with SonarCloud
82-
uses: sonarsource/sonarqube-scan-action@v6
83-
env:
84-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ Self-Update library for Github, Gitea and Gitlab hosted applications in Go
44
[![Godoc reference](https://godoc.org/github.com/creativeprojects/go-selfupdate?status.svg)](http://godoc.org/github.com/creativeprojects/go-selfupdate)
55
[![Build](https://github.com/creativeprojects/go-selfupdate/workflows/Build/badge.svg)](https://github.com/creativeprojects/go-selfupdate/actions)
66
[![codecov](https://codecov.io/gh/creativeprojects/go-selfupdate/branch/main/graph/badge.svg?token=3FejM0fkw2)](https://codecov.io/gh/creativeprojects/go-selfupdate)
7-
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=creativeprojects_go-selfupdate&metric=bugs)](https://sonarcloud.io/summary/new_code?id=creativeprojects_go-selfupdate)
8-
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=creativeprojects_go-selfupdate&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=creativeprojects_go-selfupdate)
9-
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=creativeprojects_go-selfupdate&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=creativeprojects_go-selfupdate)
10-
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=creativeprojects_go-selfupdate&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=creativeprojects_go-selfupdate)
11-
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=creativeprojects_go-selfupdate&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=creativeprojects_go-selfupdate)
127

138
<!--ts-->
149
* [Self\-Update library for Github, Gitea and Gitlab hosted applications in Go](#self-update-library-for-github-gitea-and-gitlab-hosted-applications-in-go)

sonar-project.properties

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

0 commit comments

Comments
 (0)