Skip to content

Commit

Permalink
Use https for more URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Sep 16, 2020
1 parent e45fde0 commit 60421d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Authors@R: c(
person(family = "Twitter, Inc", role = "cph", comment = "Bootstrap library")
)
Description: Track and report code coverage for your package and (optionally)
upload the results to a coverage service like 'Codecov' <http://codecov.io> or
upload the results to a coverage service like 'Codecov' <https://codecov.io> or
'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
code being exercised by a set of tests. It is an indirect measure of test
quality and completeness. This package is compatible with any testing
Expand Down
4 changes: 2 additions & 2 deletions R/covr.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' covr: Test coverage for packages
#'
#' covr tracks and reports code coverage for your package and (optionally)
#' upload the results to a coverage service like 'Codecov' <http://codecov.io> or
#' 'Coveralls' <http://coveralls.io>. Code coverage is a measure of the amount of
#' upload the results to a coverage service like 'Codecov' <https://codecov.io> or
#' 'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
#' code being exercised by a set of tests. It is an indirect measure of test
#' quality and completeness. This package is compatible with any testing
#' methodology or framework and tracks coverage of both R code and compiled
Expand Down
4 changes: 2 additions & 2 deletions man/covr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60421d5

Please sign in to comment.