From 0b454b756b54e27903dc07903040a0cd1baec770 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 6 Nov 2020 00:41:59 -0800 Subject: [PATCH] Add readme badges for Unit Tests workflow and Codecov --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2aee2dfb..9dcec8e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ArduinoCore-API +[![Unit Tests](https://github.com/arduino/ArduinoCore-API/workflows/Unit%20Tests/badge.svg)](https://github.com/arduino/ArduinoCore-API/actions?workflow=Unit+Tests) +[![codecov](https://codecov.io/gh/arduino/ArduinoCore-API/branch/master/graph/badge.svg)](https://codecov.io/gh/arduino/ArduinoCore-API) + This repository hosts the hardware independent layer of Arduino core. All Arduino official cores are being ported to the new structure so they take advantage of this single repo.