From 92ad24c73581d2f7e4aeff86bf14c26a0c5f6da9 Mon Sep 17 00:00:00 2001 From: Todd Bluhm Date: Fri, 21 Feb 2020 17:44:19 -0600 Subject: [PATCH] docs: update readme badges to include windows --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5561c..491671b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Tests](https://github.com/toddbluhm/env-cmd/workflows/tests/badge.svg?branch=master)](https://github.com/toddbluhm/env-cmd/actions?query=workflow%3A%22tests%22) +[![Linux Tests](https://github.com/toddbluhm/env-cmd/workflows/linux%20tests/badge.svg)](https://github.com/toddbluhm/env-cmd/actions?query=workflow%3A%22linux%20tests%22) +[![Windows Tests](https://github.com/toddbluhm/env-cmd/workflows/windows%20tests/badge.svg)](https://github.com/toddbluhm/env-cmd/actions?query=workflow%3A%22windows%20tests%22) [![Coverage Status](https://coveralls.io/repos/github/toddbluhm/env-cmd/badge.svg?branch=master)](https://coveralls.io/github/toddbluhm/env-cmd?branch=master) [![npm](https://img.shields.io/npm/v/env-cmd.svg?maxAge=86400)](https://www.npmjs.com/package/env-cmd) [![npm](https://img.shields.io/npm/dm/env-cmd.svg?maxAge=86400)](https://www.npmjs.com/package/env-cmd)