chore: remove sonar

main
sudo pacman -Syu 2022-07-03 22:43:38 +07:00 committed by sudo pacman -Syu
parent e17893651e
commit ecd31677ce
3 changed files with 0 additions and 16 deletions

View File

@ -23,10 +23,6 @@ jobs:
- uses: codecov/codecov-action@v2
with:
files: coverage.out
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build:
name: Build
runs-on: ${{ matrix.os }}

View File

@ -3,7 +3,6 @@
[![Go](https://github.com/haunt98/changeloguru/workflows/Go/badge.svg?branch=main)](https://github.com/haunt98/changeloguru/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/changeloguru.svg)](https://pkg.go.dev/github.com/haunt98/changeloguru)
[![codecov](https://codecov.io/gh/haunt98/changeloguru/branch/main/graph/badge.svg?token=ZBG353F0CN)](https://codecov.io/gh/haunt98/changeloguru)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=haunt98_changeloguru&metric=alert_status)](https://sonarcloud.io/dashboard?id=haunt98_changeloguru)
Tool to generate `CHANGELOG.md`, `CHANGELOG.rst` from [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

View File

@ -1,11 +0,0 @@
sonar.organization=haunt98
sonar.projectKey=haunt98_changeloguru
sonar.projectName=changeloguru
sonar.sources=.
sonar.exclusions=**/*_test.go,**/main.go,**/cli/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.coverage.reportPaths=coverage.out