|
1 | | -# covr (development version) |
| 1 | +# covr 3.6.5 |
| 2 | + |
| 3 | +## New Features and improvements |
| 4 | + |
| 5 | +* Added support for `klmr/box` modules. This works best with `file_coverage()`. (@radbasa, #491) |
2 | 6 |
|
3 | 7 | * Performance improvement for compiled code with a lot of compilation units (@krlmlr, #611) |
4 | 8 |
|
| 9 | +* Fix R CMD check NOTE for upcoming R 4.6: non-API calls to SET_BODY, SET_CLOENV, SET_FORMALS (@t-kalinowski, #587) |
| 10 | + |
| 11 | +## Fixes and minor improvements |
| 12 | + |
5 | 13 | * Messages are now displayed using cli instead of crayon (@olivroy, #591). |
6 | 14 |
|
7 | 15 | * covr now uses `testthat::with_mocked_bindings()` for its internal testing (@olivroy, #595). |
8 | 16 |
|
9 | | -* Fix R CMD check NOTE: non-API calls to SET_BODY, SET_CLOENV, SET_FORMALS (@t-kalinowski, #587) |
10 | | - |
11 | 17 | * Fix a bug preventing `package_coverage()` from running tests when `install_path` is set to a relative path (@gergness, #517, #548). |
12 | 18 |
|
13 | 19 | * Fixed a performance regression and an error triggered by a change in R |
|
19 | 25 | * Prevent `covr.record_tests` option from logging duplicate tests when the same |
20 | 26 | line of testing code is hit repeatedly, as in a loop. (@dgkf, #528) |
21 | 27 |
|
22 | | -* Added support for `klmr/box` modules. This works best with `file_coverage()`. (@radbasa, #491) |
23 | | - |
24 | 28 | * Normalize `install_path` path before creating directory to prevent |
25 | 29 | failures when running covr in a subprocess using a path with Windows |
26 | 30 | `\\` path separators. (@maksymiuks, #592) |
|
0 commit comments