From 7ba41fc0d681d5f62ac27c5762d00f635d557806 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Mon, 11 Nov 2019 10:04:33 -0800 Subject: [PATCH] update readme to reflect linux support only --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e02cbf9..a8bb866 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Codecov's Action currently supports four inputs from the user: `token`, `file`, | `name` | Custom defined name for the upload | Optional ### Example `workflow.yml` with Codecov Action +> **Note**: This is a Docker based action and will only run on Linux based systems (e.g Ubuntu). Windows and macOS builds are currently not supported. ```yaml name: Example workflow for Codecov