From d003ad3b6d98a463e6237551b29868b0b759e926 Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Mon, 1 Jun 2020 17:37:09 +0200 Subject: [PATCH] Fixed badges in README (#437) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b5db4149..1089abba35 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,15 @@ This is an experimental Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language. -[![Build Status](https://travis-ci.com/jasonwilliams/boa.svg?branch=master)](https://travis-ci.com/jasonwilliams/boa) +[![Build Status][build_badge]][build_link] +[![codecov](https://codecov.io/gh/boa-dev/boa/branch/master/graph/badge.svg)](https://codecov.io/gh/boa-dev/boa) [![](http://meritbadge.herokuapp.com/boa)](https://crates.io/crates/boa) [![](https://docs.rs/Boa/badge.svg)](https://docs.rs/Boa/) +[build_badge]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fboa-dev%2Fboa%2Fbadge&style=flat +[build_link]: https://actions-badge.atrox.dev/boa-dev/boa/goto + + ## Live Demo (WASM)