Skip to content

Commit 008808d

Browse files
committed
Added badges to README
1 parent 1a0ad6f commit 008808d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# go-ternary
2+
[![Build Status](https://github.com/robtimus/go-ternary/actions/workflows/build.yml/badge.svg)](https://github.com/robtimus/go-ternary/actions/workflows/build.yml)
3+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=robtimus%3Ago-ternary&metric=alert_status)](https://sonarcloud.io/summary/overall?id=robtimus%3Ago-ternary)
4+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=robtimus%3Ago-ternary&metric=coverage)](https://sonarcloud.io/summary/overall?id=robtimus%3Ago-ternary)
5+
[![Known Vulnerabilities](https://snyk.io/test/github/robtimus/go-ternary/badge.svg)](https://snyk.io/test/github/robtimus/go-ternary)
26

37
A simple implementation of ternary expressions in Go.
48

0 commit comments

Comments
 (0)