./math/R-covr, Test Coverage for Packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.6.4, Package name: R-covr-3.6.4, Maintainer: pkgsrc-users

Track and report code coverage for your package and (optionally) upload
the results to a coverage service like 'Codecov' <http://codecov.io> or
'Coveralls' <http://coveralls.io>.

Code coverage is a measure of the amount of code being exercised by a set
of tests. It is an indirect measure of test quality and completeness.
This package is compatible with any testing methodology or framework and
tracks coverage of both R code and compiled C/C++/FORTRAN code.


Required to run:
[math/R] [security/R-digest] [textproc/R-yaml] [devel/R-crayon] [textproc/R-jsonlite] [devel/R-withr] [www/R-httr] [devel/R-rex]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-14 14:30:35 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-covr) Updated 3.6.2 to 3.6.4

# covr 3.6.4

* Fix for a failing test on CRAN

# covr 3.6.3

* Updates to internal usage of `is.atomic()` to work with upcoming
  R release (@mmaechler , #542)

* `package_coverage()` now works correctly with ignore files when
   it is not run in the package root directory (@mpadge, #538)
   2023-06-11 10:51:32 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-covr) Updated 3.6.1 to 3.6.2, NEWS.md empty for this version
   2023-02-19 13:13:10 by Makoto Fujiwara | Files touched by this commit (1) | Package updated
Log message:
(devel/R-covr) Remove not updated comments. Test needs R-covr installed (?)
   2022-12-16 15:35:18 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-covr) Updated 3.5.1 to 3.6.1

# covr 3.6.1

* The internal generic `merge_coverage()` now correctly registers the
  S3 methods.

* The internal test for recording large calls no longer assumes R is
  on the system PATH.

# covr 3.6.0

* Added `covr.record_tests` option. When `TRUE`, this enables the
  recording of the trace of the tests being executed and adds an
  itemization of which tests result in the execution of each trace.

  For more details see `?covr.record_tests` (@dgkf, #463, #485, #503)

* `as.data.frame()` now returns an 0 row data frame when there are no
  functions in a package (#427)

* `codecov()` is now more robust when `coverage` is not the output
  from `package_coverage()` and `token` is not provided (#456)

* `package_coverage(code = )` now accepts character vectors of length
  greater than 1 (@bastistician, #481)

* `package_coverage()` now handles packages with install or render
  time examples (#488)

* `package_coverage()` now sets the environment variable `R_TESTS` to
  the tests-startup.R file like R CMD check does (#420)

* `report()` now provides a more detailed error message if the `DT`
  and `htmltools` dependencies are not installed (#500).

* Fix `parse_gcov` bug when package is stored in directory with regex
  special characters, see #459

* Error/warning thrown for, respectively, missing gcov or empty parsed
  gcov output (@stephematician, #448)

* Support Google Cloud Build uploading reports to Codecov.io
  (@MarkEdmondson1234 #469)

* covr is now licensed as MIT (#454)
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-09-20 05:09:14 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-covr) Updated 3.5.0 to 3.5.1, make test fails

# covr 3.5.1

* Generated files from [cpp11](https://cpp11.r-lib.org/) are now ignored (#437)

* `codecov()` and `coveralls()` now retry failed requests before raising an \ 
error (#428, @jameslamb)
   2020-08-01 15:40:43 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-covr) Updated to 3.5.0. make test still fails at testthat.R

# covr 3.5.0
* `codecov()` now supports GitHub Actions for public repositories without
  having to specify a token.

* New `to_sonarqube()` function added to support SonarQube generic
  XML format (@nibant, @Delfic, #413).