Skip to content

Commit ad34828

Browse files
authored
docs: update linux and windows workflow badges (#38)
1 parent 03862e8 commit ad34828

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
[![Release](https://img.shields.io/github/release/vthiery/cpp-statsd-client.svg?style=for-the-badge)](https://github.com/vthiery/cpp-statsd-client/releases/latest)
66
![License](https://img.shields.io/github/license/vthiery/cpp-statsd-client?style=for-the-badge)
7-
[![Test status](https://img.shields.io/github/workflow/status/vthiery/cpp-statsd-client/Test?label=Test&style=for-the-badge)](https://github.com/vthiery/cpp-statsd-client/actions?workflow=Test)
7+
[![Linux status](https://img.shields.io/github/workflow/status/vthiery/cpp-statsd-client/Linux?label=Linux&style=for-the-badge)](https://github.com/vthiery/cpp-statsd-client/actions/workflows/linux.yml?query=branch%3Amaster++)
8+
[![Windows status](https://img.shields.io/github/workflow/status/vthiery/cpp-statsd-client/Windows?label=Windows&style=for-the-badge)](https://github.com/vthiery/cpp-statsd-client/actions/workflows/windows.yml?query=branch%3Amaster++)
89

910
A header-only StatsD client implemented in C++.
1011
The client allows:

0 commit comments

Comments
 (0)