From 36246d09276c6db5a5be3e517a9a355e67b678e2 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Fri, 17 May 2024 12:32:45 +0200 Subject: [PATCH] docs: update README.md with correct status badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 797f072..770eadd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # LCOV Result Merger [![npm version](https://badge.fury.io/js/lcov-result-merger.svg)](https://badge.fury.io/js/lcov-result-merger) -[![Build Status](https://travis-ci.org/mweibel/lcov-result-merger.png)](https://travis-ci.org/mweibel/lcov-result-merger) +![CI](https://github.com/mweibel/lcov-result-merger/actions/workflows/ci.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/mweibel/lcov-result-merger/badge.svg?branch=master)](https://coveralls.io/github/mweibel/lcov-result-merger?branch=master) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) -[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-release--it-444444.svg)](https://github.com/release-it/release-it) When you have multiple test suites for the same application you still want to -have the code coverage across all testsuites. +have the code coverage across all test suites. This tool will handle this for you.