Skip to content

Commit 60421d5

Browse files
committed
Use https for more URLs
1 parent e45fde0 commit 60421d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Authors@R: c(
3232
person(family = "Twitter, Inc", role = "cph", comment = "Bootstrap library")
3333
)
3434
Description: Track and report code coverage for your package and (optionally)
35-
upload the results to a coverage service like 'Codecov' <http://codecov.io> or
35+
upload the results to a coverage service like 'Codecov' <https://codecov.io> or
3636
'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
3737
code being exercised by a set of tests. It is an indirect measure of test
3838
quality and completeness. This package is compatible with any testing

R/covr.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#' covr: Test coverage for packages
22
#'
33
#' covr tracks and reports code coverage for your package and (optionally)
4-
#' upload the results to a coverage service like 'Codecov' <http://codecov.io> or
5-
#' 'Coveralls' <http://coveralls.io>. Code coverage is a measure of the amount of
4+
#' upload the results to a coverage service like 'Codecov' <https://codecov.io> or
5+
#' 'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
66
#' code being exercised by a set of tests. It is an indirect measure of test
77
#' quality and completeness. This package is compatible with any testing
88
#' methodology or framework and tracks coverage of both R code and compiled

man/covr-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)