You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
-
Unreleased
1
+
0.19.0 (2020-08-16)
2
2
==========
3
3
4
4
## Breaking Changes
5
5
* Dropped support for Ruby 2.4, it reached EOL
6
6
7
-
## Noteworthy
8
-
* The repo has moved to https://github.com/simplecov-ruby/simplecov - everything stays the same, redirects should work but you might wanna update anyhow
9
-
* The primary development branch is now `main`, not `master` anymore. If you get simplecov directly from github change your reference. For a while `master` will still be occasionally updated but that's no long term solion.
10
-
11
7
## Enhancements
12
-
* observe forked processes (enable with SimpleCov.enable_for_subprocesses)
8
+
* observe forked processes (enable with SimpleCov.enable_for_subprocesses). See [#881](https://github.com/simplecov-ruby/simplecov/pull/881), thanks to [@robotdana](https://github.com/robotdana)
13
9
* SimpleCov distinguishes better that it stopped processing because of a previous error vs. SimpleCov is the originator of said error due to coverage requirements.
14
10
15
11
## Bugfixes
16
12
* Changing the `SimpleCov.root` combined with the root filtering didn't work. Now they do! Thanks to [@deivid-rodriguez](https://github.com/deivid-rodriguez) and see [#894](https://github.com/simplecov-ruby/simplecov/pull/894)
17
-
* in parallel test execution it could happen that the last coverage result was written when it didn't complete yet, changed to only write it once it's the final result
13
+
* in parallel test execution it could happen that the last coverage result was written to disk when it didn't complete yet, changed to only write it once it's the final result
18
14
* if you run parallel tests only the final process will report violations of the configured test coverage, not all previous processes
19
15
* changed the parallel_tests merging mechanisms to do the waiting always in the last process, should reduce race conditions
20
16
17
+
## Noteworthy
18
+
* The repo has moved to https://github.com/simplecov-ruby/simplecov - everything stays the same, redirects should work but you might wanna update anyhow
19
+
* The primary development branch is now `main`, not `master` anymore. If you get simplecov directly from github change your reference. For a while `master` will still be occasionally updated but that's no long term solion.
0 commit comments