Skip to content

Commit

Permalink
add sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
wikkyk committed Dec 15, 2023
1 parent 8ff2641 commit 79419fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kubernetes Cluster API Provider for IONOS Cloud - CAPIC

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ionos-cloud_cluster-api-provider-ionoscloud&metric=alert_status&token=61ea2f753f2b2a3ed9a2cf966248fdd57d7f6ebd)](https://sonarcloud.io/summary/new_code?id=ionos-cloud_cluster-api-provider-ionoscloud)

## Overview

The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management.
Expand Down
10 changes: 10 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sonar.projectKey=ionos-cloud_cluster-api-provider-ionoscloud
sonar.organization=ionos-cloud

sonar.sources=.
sonar.exclusions=**/*_test.go,**/mock_*.go,**/zz_generated*.go

sonar.tests.inclusions=**/*_test.go
sonar.tests.exclusions=**/mock_*.go

sonar.go.coverage.reportPaths=cover.out

0 comments on commit 79419fc

Please sign in to comment.