Skip to content

Commit 88b2558

Browse files
committed
Format news for release
1 parent 5ebc6ab commit 88b2558

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

NEWS.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
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)
26

37
* Performance improvement for compiled code with a lot of compilation units (@krlmlr, #611)
48

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+
513
* Messages are now displayed using cli instead of crayon (@olivroy, #591).
614

715
* covr now uses `testthat::with_mocked_bindings()` for its internal testing (@olivroy, #595).
816

9-
* Fix R CMD check NOTE: non-API calls to SET_BODY, SET_CLOENV, SET_FORMALS (@t-kalinowski, #587)
10-
1117
* Fix a bug preventing `package_coverage()` from running tests when `install_path` is set to a relative path (@gergness, #517, #548).
1218

1319
* Fixed a performance regression and an error triggered by a change in R
@@ -19,8 +25,6 @@
1925
* Prevent `covr.record_tests` option from logging duplicate tests when the same
2026
line of testing code is hit repeatedly, as in a loop. (@dgkf, #528)
2127

22-
* Added support for `klmr/box` modules. This works best with `file_coverage()`. (@radbasa, #491)
23-
2428
* Normalize `install_path` path before creating directory to prevent
2529
failures when running covr in a subprocess using a path with Windows
2630
`\\` path separators. (@maksymiuks, #592)

0 commit comments

Comments
 (0)