Skip to content

Commit 0386cab

Browse files
committed
Adds missing badges in doc
1 parent e31d298 commit 0386cab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/go_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go Test
1+
name: Go Unit Tests
22

33
on:
44
push:

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<a href="https://sonarcloud.io/summary/new_code?id=dedis_d-voting">
1313
<img src="https://sonarcloud.io/api/project_badges/measure?project=dedis_d-voting&metric=alert_status">
1414
</a>
15+
<a href="https://github.com/dedis/d-voting/actions/workflows/go_release.yml">
16+
<img src="https://github.com/dedis/d-voting/actions/workflows/go_release.yml/badge.svg">
17+
</a><br/>
1518
<a href="https://github.com/dedis/d-voting/graphs/contributors">
1619
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/dedis/d-voting">
1720
</a>
@@ -29,6 +32,9 @@
2932
<a href="https://github.com/dedis/d-voting/actions/workflows/go_memcoin_test.yml">
3033
<img src="https://github.com/dedis/d-voting/actions/workflows/go_memcoin_test.yml/badge.svg">
3134
</a>
35+
<a href="https://github.com/dedis/d-voting/actions/workflows/go_scenario_test.yml">
36+
<img src="https://github.com/dedis/d-voting/actions/workflows/go_scenario_test.yml/badge.svg">
37+
</a>
3238
<a href="https://github.com/dedis/d-voting/actions/workflows/go_integration_tests.yml">
3339
<img src="https://github.com/dedis/d-voting/actions/workflows/go_integration_tests.yml/badge.svg">
3440
</a><br/>

0 commit comments

Comments
 (0)