gadenbuie / metathis

Compare bdd73ae ... +0 ... 81492ac

Coverage Reach

No flags found

Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.

e.g., #unittest #integration

#production #enterprise

#frontend #backend

Learn more about Codecov Flags here.

Showing 2 of 9 files from the diff.
Other files ignored by Codecov
NEWS.md has changed.
README.Rmd has changed.
DESCRIPTION has changed.
cran-comments.md has changed.
README.md has changed.
man/meta_geo.Rd has changed.

@@ -37,7 +37,7 @@
Loading
37 37
#'   - [Open Graph](https://ogp.me/)
38 38
#'   - [Google Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool)
39 39
#'   - [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/)
40 -
#'   - [Twitter Card Documentation](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started)
40 +
#'   - [Twitter Card Documentation](https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started)
41 41
#'   - [Twitter Card Validator](https://cards-dev.twitter.com/validator)
42 42
#'
43 43
#' @template describe-meta-return

@@ -8,7 +8,7 @@
Loading
8 8
#'   as `"lat;long"`. Can optionally be a length-two vector, i.e. `c(lat,
9 9
#'   long)`.
10 10
#' @param geo_region Name of the geographic region related to the page content,
11 -
#'   specified using [ISO-3166](http://en.wikipedia.org/wiki/ISO_3166)
11 +
#'   specified using [ISO-3166](https://en.wikipedia.org/wiki/ISO_3166)
12 12
#'   2-character country code and 2-character national subdivision. Example:
13 13
#'   `"US-NY"`.
14 14
#' @param geo_placename Name of the geographic place related to the page

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
R 100.00%
Project Totals (8 files) 100.00%
Loading