dwww Home | Show directory contents | Find package

context("sonarqube_export")

test_that("it works with coverage objects", {
  tmp <- tempfile()
  cov <- package_coverage(test_path("TestSummary"))
  to_sonarqube(cov, filename = tmp)
  expect_equal(readLines(tmp), readLines(test_path("sonarqube.xml")))
})

Generated by dwww version 1.15 on Tue Jul 2 08:49:30 CEST 2024.