diff --git a/README.md b/README.md index ba39b9e..f8cb04d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Codecov GitHub Action [![GitHub Marketplace](https://img.shields.io/badge/Marketplace-v1.0.4-undefined.svg?logo=github&logoColor=white&style=flat)](https://github.com/marketplace/actions/codecov) -### Easily upload coverage reports to Codecov from GitHub Actions +### Easily upload coverage reports to Codecov from GitHub Actions + +>The latest release of this Action adds support for macOS and Windows builds! ## Usage @@ -35,7 +37,6 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`, | `yml` | Path to codecov.yml config file | Optional ### Example `workflow.yml` with Codecov Action ->**Note**: The latest release of this Action adds support for macOS and Windows builds! ```yaml name: Example workflow for Codecov