Skip to content

Commit efca82a

Browse files
authored
Fix covr badge in readme (#1228)
* Fix covr badge target branch * Fix badge as well as link
1 parent 4d3d969 commit efca82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
<!-- badges: start -->
1818
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/purrr)](https://cran.r-project.org/package=purrr)
19-
[![Codecov test coverage](https://codecov.io/gh/tidyverse/purrr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/purrr?branch=master)
19+
[![Codecov test coverage](https://codecov.io/gh/tidyverse/purrr/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/purrr)
2020
[![R-CMD-check](https://github.com/tidyverse/purrr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/purrr/actions/workflows/R-CMD-check.yaml)
2121
<!-- badges: end -->
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/purrr)](https://cran.r-project.org/package=purrr)
99
[![Codecov test
10-
coverage](https://codecov.io/gh/tidyverse/purrr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/purrr?branch=master)
10+
coverage](https://codecov.io/gh/tidyverse/purrr/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/purrr)
1111
[![R-CMD-check](https://github.com/tidyverse/purrr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/purrr/actions/workflows/R-CMD-check.yaml)
1212
<!-- badges: end -->
1313

0 commit comments

Comments
 (0)