Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
![CI](https://github.com/satoren/ts-py-struct/workflows/CI/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ea8562a4339243b68d9a3143db29fd4f)](https://app.codacy.com/gh/satoren/ts-py-struct?utm_source=github.com&utm_medium=referral&utm_content=satoren/ts-py-struct&utm_campaign=Badge_Grade)
[![Coverage Status](https://coveralls.io/repos/github/satoren/ts-py-struct/badge.svg?branch=main)](https://coveralls.io/github/satoren/ts-py-struct?branch=main)
[![npm version](https://badge.fury.io/js/ts-py-struct.svg)](https://badge.fury.io/js/ts-py-struct)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=coverage)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=bugs)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=code_smells)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=security_rating)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=sqale_index)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=satoren_ts-py-struct&metric=ncloc)](https://sonarcloud.io/dashboard?id=satoren_ts-py-struct)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ea8562a4339243b68d9a3143db29fd4f)](https://app.codacy.com/gh/satoren/ts-py-struct?utm_source=github.com&utm_medium=referral&utm_content=satoren/ts-py-struct&utm_campaign=Badge_Grade)

# ts-py-struct

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.organization=satoren
sonar.projectKey=satoren_ts-py-struct

sonar.sources=src
sonar.exclusions=dist/**,**/*.test.ts/**

sonar.tests=src
sonar.test.inclusions=**/*.test.ts

sonar.javascript.lcov.reportPaths=coverage/lcov.info