File: test-azure.R

package info (click to toggle)
r-cran-covr 3.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 984 kB
  • sloc: javascript: 238; cpp: 54; ansic: 48; xml: 41; sh: 18; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
test_that("azure_pipelines calls package_coverage and to_cobertura", {

  tf <- tempfile()
  on.exit(unlink(tf))

  azure(test_path("TestS4"), filename = tf)

  expect_true(file.exists(tf))
})