Skip to content

Commit 507fb10

Browse files
authored
chore: set right value in sonar config (#67)
Release-As: 0.1.2
1 parent 7f30abc commit 507fb10

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
![Maintenance](https://img.shields.io/maintenance/yes/2025)
77
[![Build Status](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/main.yml/badge.svg)](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/main.yml)
88
[![Publish Package to npmjs](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/release.yml/badge.svg)](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/release.yml)
9-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stone-js-http-core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-js-http-core)
10-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stone-js-http-core&metric=coverage)](https://sonarcloud.io/summary/new_code?id=stone-js-http-core)
9+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-http-core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-http-core)
10+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stone-foundation_stone-js-http-core&metric=coverage)](https://sonarcloud.io/summary/new_code?id=stone-foundation_stone-js-http-core)
1111
[![Security Policy](https://img.shields.io/badge/Security-Policy-blue.svg)](./SECURITY.md)
1212
[![CodeQL](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stone-foundation/stone-js-http-core/security/code-scanning)
1313
[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stone-foundation/stone-js-http-core/network/updates)

sonar-project.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
sonar.projectKey=stone-js-http-core
21
sonar.organization=stone-foundation
2+
sonar.projectKey=stone-foundation_stone-js-http-core
33
sonar.coverage.exclusions=**/*.spec.ts, **/*.test.ts
44
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
55

6-
76
# This is the name and version displayed in the SonarCloud UI.
87
#sonar.projectName=http-core
98
#sonar.projectVersion=1.0
109

11-
1210
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1311
#sonar.sources=.
1412

0 commit comments

Comments
 (0)