Skip to content

Commit 36391ea

Browse files
authored
Merge pull request #26 from m4cx/feature/readme-sonarcloud
docs(readme): add sonarcloud badges
2 parents 1a86bb4 + b5c0089 commit 36391ea

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1+
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-white.svg)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
2+
13
# OctoPatch
4+
25
OctoPatch is a lightweight engine to wire up different types of signal sources and receivers to a information flow grid.
36

47
This project will be developed turing the streams of tom wendel (http://twitch.tv/tomwendel) and changes, features and issues are discussed in the AusLiebeZumCode discord server (https://discord.gg/2rDsMj5)
58

69
## Status
710

8-
| develop | main |
9-
|---|---|
11+
### Build
12+
13+
| develop | main |
14+
| ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
1015
| ![Common build and test](https://github.com/AusLiebeZumCode/OctoPatch/workflows/Common%20build%20and%20test/badge.svg?branch=develop) | ![Common build and test](https://github.com/AusLiebeZumCode/OctoPatch/workflows/Common%20build%20and%20test/badge.svg?branch=main) |
16+
17+
### Quality Gate
18+
19+
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=AusLiebeZumCode_OctoPatch)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
20+
21+
#### Metrics
22+
23+
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=ncloc)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
24+
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=sqale_index)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
25+
26+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
27+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=bugs)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
28+
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=code_smells)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
29+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=coverage)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)
30+
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=AusLiebeZumCode_OctoPatch&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=AusLiebeZumCode_OctoPatch)

0 commit comments

Comments
 (0)