From 41a88b34b8b9ec670b7478e3bf1b333641da5cd8 Mon Sep 17 00:00:00 2001 From: Zilong-Li Date: Sun, 14 Jan 2024 12:16:05 +0100 Subject: [PATCH] update codecov link --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 75b20ab..3f47af9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/vcfppR)](https://CRAN.R-project.org/package=vcfppR) ![https://github.com/Zilong-Li/vcfppR/releases/latest](https://img.shields.io/github/v/release/Zilong-Li/vcfppR.svg) -[![codecov](https://codecov.io/github/Zilong-Li/vcfppR/graph/badge.svg?token=QE1UFVRH98)](https://codecov.io/github/Zilong-Li/vcfppR) +[![codecov](https://codecov.io/github/Zilong-Li/vcfppR/graph/badge.svg?token=QE1UFVRH98)](https://app.codecov.io/github/Zilong-Li/vcfppR) The vcfppR package implements various useful functions for manipulating the VCF/BCF file in R using the C++ API of [vcfpp.h](https://github.com/Zilong-Li/vcfpp). diff --git a/README.md b/README.md index 1f28c40..14e1c90 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![CRAN status](https://www.r-pkg.org/badges/version/vcfppR)](https://CRAN.R-project.org/package=vcfppR) ![](https://img.shields.io/github/v/release/Zilong-Li/vcfppR.svg) -[![codecov](https://codecov.io/github/Zilong-Li/vcfppR/graph/badge.svg?token=QE1UFVRH98)](https://codecov.io/github/Zilong-Li/vcfppR) +[![codecov](https://codecov.io/github/Zilong-Li/vcfppR/graph/badge.svg?token=QE1UFVRH98)](https://app.codecov.io/github/Zilong-Li/vcfppR) The vcfppR package implements various useful functions for manipulating