vdiffstat: Find test results that changed between ref1 and ref2

Description Usage Arguments Value See Also

Description

This function is used for comparing the test results for two different commits of the package that was tested.

Usage

1
2
vdiffstat(ref1 = "HEAD", ref2 = "", pkg = ".", filter = "",
  all = FALSE)

Arguments

ref1

a git commit ref to compare (usually this should be the older ref). If "recent", then use the most recent commit with a saved resultset.

ref2

a git commit ref to compare (usually this should be the newer ref). The empty string "" refers to the last-run tests.

pkg

package object or path.

filter

a regular expression; result pages will be generated only only for test contexts that match this pattern.

all

if TRUE, show only Added, Deleted, and Changed test items. If FALSE, also show Unchanged test items.

Value

a data frame with information about test results that changed.

See Also

vdiff_webpage


wch/vtest documentation built on May 4, 2019, 2:02 a.m.