Skip to content

Commit 23770d2

Browse files
committed
Fix bad url; use_tidy_ci
1 parent 4e43b00 commit 23770d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/badge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use_cran_badge <- function() {
2020
#'
2121
#' This prints out the markdown which will display a Depsy "badge", showing the
2222
#' "percentile overall impact" of the project, powered by
23-
#' \url{http://www.depsy.org}.
23+
#' \url{http://depsy.org}.
2424
#'
2525
#' Depsy only indexes projects that are on CRAN.
2626
#'

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ coverage:
55
project:
66
default:
77
target: auto
8-
threshold: 10%
8+
threshold: 1%
99
patch:
1010
default:
1111
target: auto
12-
threshold: 10%
12+
threshold: 1%

man/use_depsy_badge.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)