trevorld / r-argparse

Compare 18d160c ... +1 ... 80aedc1

Coverage Reach
argparse.R

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 1 of 5 files from the diff.
Other files ignored by Codecov
.travis.yml has changed.
DESCRIPTION has changed.
.appveyor.yml has changed.

@@ -38,7 +38,7 @@
Loading
38 38
#'    and corresponding python module for more information on how to use it.
39 39
#'
40 40
#' @references Python's \code{argparse} library, which this package is based on,
41 -
#'  is described here: \url{http://docs.python.org/library/argparse.html}
41 +
#'  is described here: \url{https://docs.python.org/3/library/argparse.html}
42 42
#' @section Acknowledgement:
43 43
#'     A big thanks to Martin Diehl for a bug report.
44 44
#'

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/argparse.R 98.67%
Project Totals (1 files) 98.67%
Loading