Skip to content

Commit

Permalink
coverage: Remove sonar coverage setup (#13000)
Browse files Browse the repository at this point in the history
Looks like this never was really enabled properly and it's not working
at the moment. We never run these jobs on branches and the badge for
sonarcloud is broken as well.

Let's remove this for now. If we want coverage back, we need to redo it
anyway and newer Go releases like Go 1.20 have better support for doing
coverage anyway so we'd need to do it differently regardless.

Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
  • Loading branch information
dbussink authored May 1, 2023
1 parent 46ea24f commit 3e9f4c7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 188 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/sonar_analysis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.vitess/vitess-jdbc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.vitess/vitess-jdbc)
[![Build Status](https://travis-ci.org/vitessio/vitess.svg?branch=master)](https://travis-ci.org/vitessio/vitess/builds)
[![codebeat badge](https://codebeat.co/badges/51c9a056-1103-4522-9a9c-dc623821ea87)](https://codebeat.co/projects/github-com-youtube-vitess)
[![Go Report Card](https://goreportcard.com/badge/vitess.io/vitess)](https://goreportcard.com/report/vitess.io/vitess)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvitessio%2Fvitess.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvitessio%2Fvitess?ref=badge_shield)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1724/badge)](https://bestpractices.coreinfrastructure.org/projects/1724)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=vitessio&metric=coverage)](https://sonarcloud.io/dashboard?id=vitessio)

# Vitess

Expand Down
6 changes: 0 additions & 6 deletions tools/coverage-go/Readme.md

This file was deleted.

22 changes: 0 additions & 22 deletions tools/coverage-go/mysqlctl_test.go

This file was deleted.

24 changes: 0 additions & 24 deletions tools/coverage-go/vtctl_test.go

This file was deleted.

7 changes: 0 additions & 7 deletions tools/coverage-go/vtctlclient_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions tools/coverage-go/vtctld_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions tools/coverage-go/vtgate_test.go

This file was deleted.

25 changes: 0 additions & 25 deletions tools/coverage-go/vttablet_test.go

This file was deleted.

0 comments on commit 3e9f4c7

Please sign in to comment.