Skip to content

Commit befa3d1

Browse files
committed
docs: add codecov badge
Signed-off-by: BoxBoxJason <contact@boxboxjason.dev>
1 parent 4d9304e commit befa3d1

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
name: codequality
6868
path: codequality/
6969

70+
- name: Upload coverage to Codecov
71+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
72+
with:
73+
files: codequality/coverage.out
74+
slug: BoxBoxJason/sonarqube-client-go
75+
token: ${{ secrets.CODECOV_TOKEN }}
76+
7077
vuln:
7178
name: Vulnerability Scan
7279
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SonarQube Go Client
22

33
[![Go Reference](https://pkg.go.dev/badge/github.com/boxboxjason/sonarqube-client-go/v2.svg)](https://pkg.go.dev/github.com/boxboxjason/sonarqube-client-go/v2)
4+
[![codecov](https://codecov.io/gh/BoxBoxJason/sonarqube-client-go/graph/badge.svg)](https://codecov.io/gh/BoxBoxJason/sonarqube-client-go)
45
[![License](https://img.shields.io/github/license/BoxBoxJason/sonarqube-client-go)](LICENSE)
56

67
A comprehensive, type-safe Go client library **and command-line interface** for the SonarQube Web API. Whether you're building automation tools, integrating SonarQube into your CI/CD pipeline, or managing your SonarQube instance from the terminal - this project has you covered.

0 commit comments

Comments
 (0)