Skip to content

Commit 8b57e99

Browse files
committed
Fix badge url + link
1 parent ea36910 commit 8b57e99

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717
<!-- badges: start -->
1818
[![CRAN status](https://www.r-pkg.org/badges/version/testthat)](https://cran.r-project.org/package=testthat)
1919
[![Travis build status](https://travis-ci.org/r-lib/testthat.svg?branch=master)](https://travis-ci.org/r-lib/testthat)
20-
[![R build status](https://github.com/r-lib/testthat/workflows/R/badge.svg)](https://github.com/r-lib/testthat/actions?workflow=R)
20+
![R build status](https://github.com/r-lib/testthat/workflows/R-full/badge.svg)
2121
[![Codecov test coverage](https://codecov.io/gh/r-lib/testthat/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/testthat?branch=master)
2222
<!-- badges: end -->
2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
status](https://www.r-pkg.org/badges/version/testthat)](https://cran.r-project.org/package=testthat)
1010
[![Travis build
1111
status](https://travis-ci.org/r-lib/testthat.svg?branch=master)](https://travis-ci.org/r-lib/testthat)
12-
[![R build
13-
status](https://github.com/r-lib/testthat/workflows/R/badge.svg)](https://github.com/r-lib/testthat/actions?workflow=R)
12+
![R build
13+
status](https://github.com/r-lib/testthat/workflows/R-full/badge.svg)
1414
[![Codecov test
1515
coverage](https://codecov.io/gh/r-lib/testthat/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/testthat?branch=master)
1616
<!-- badges: end -->

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This is a resubmission that fixes a broken link in the README.
2+
3+
---
4+
15
## Test environments
26

37
* local OS X install (R-release)

0 commit comments

Comments
 (0)