From 1c6eacad30d6e510a875d619af6f6026bdb1e5d1 Mon Sep 17 00:00:00 2001 From: ado Date: Tue, 8 Aug 2023 10:05:07 +0200 Subject: [PATCH] Update coverage-ci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ced5f3e..230cd61 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml) [![win-msvc-ci](https://github.com/red0124/ssp/workflows/win-msvc-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml) [![single-header-ci](https://github.com/red0124/ssp/workflows/single-header-ci/badge.svg)](https://github.com/red0124/ssp/actions/workflows/single-header.yml) -[![coverage](https://coveralls.io/repos/github/red0124/ssp/badge.svg)](https://coveralls.io/github/red0124/ssp) +[![coverage](https://coveralls.io/repos/github/red0124/ssp/badge.svg?branch=feature/coverage_ci)](https://coveralls.io/github/red0124/ssp?branch=feature/coverage_ci) A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. [Can also be used to convert strings to specific types.](#the-converter)