Skip to content

Commit c244f9b

Browse files
committed
Switch links to new org and branches
1 parent 80700ec commit c244f9b

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Unreleased
44
## Breaking Changes
55
* Dropped support for Ruby 2.4, it reached EOL
66

7+
## Primary Branch Switch
8+
* 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.
9+
710
## Enhancements
811
* observe forked processes (enable with SimpleCov.enable_for_subprocesses)
912
* SimpleCov distinguishes better that it stopped processing because of a previous error vs. SimpleCov is the originator of said error due to coverage requirements.

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SimpleCov [![Gem Version](https://badge.fury.io/rb/simplecov.svg)](https://badge.fury.io/rb/simplecov) [![Build Status](https://github.com/simplecov-ruby/simplecov/workflows/stable/badge.svg?branch=master)][Continuous Integration] [![Maintainability](https://api.codeclimate.com/v1/badges/c071d197d61953a7e482/maintainability)](https://codeclimate.com/github/simplecov-ruby/simplecov/maintainability) [![Inline docs](http://inch-ci.org/github/simplecov-ruby/simplecov.svg?branch=master)](http://inch-ci.org/github/simplecov-ruby/simplecov)
1+
SimpleCov [![Gem Version](https://badge.fury.io/rb/simplecov.svg)](https://badge.fury.io/rb/simplecov) [![Build Status](https://github.com/simplecov-ruby/simplecov/workflows/stable/badge.svg?branch=main)][Continuous Integration] [![Maintainability](https://api.codeclimate.com/v1/badges/c071d197d61953a7e482/maintainability)](https://codeclimate.com/github/simplecov-ruby/simplecov/maintainability) [![Inline docs](http://inch-ci.org/github/simplecov-ruby/simplecov.svg?branch=main)](http://inch-ci.org/github/simplecov-ruby/simplecov)
22
=========
33

44
**Code coverage for Ruby**
@@ -13,9 +13,9 @@ SimpleCov [![Gem Version](https://badge.fury.io/rb/simplecov.svg)](https://badge
1313
[Source Code]: https://github.com/colszowka/simplecov "Source Code @ GitHub"
1414
[API documentation]: http://rubydoc.info/gems/simplecov/frames "RDoc API Documentation at Rubydoc.info"
1515
[Configuration]: http://rubydoc.info/gems/simplecov/SimpleCov/Configuration "Configuration options API documentation"
16-
[Changelog]: https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md "Project Changelog"
16+
[Changelog]: https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md "Project Changelog"
1717
[Rubygem]: http://rubygems.org/gems/simplecov "SimpleCov @ rubygems.org"
18-
[Continuous Integration]: https://github.com/colszowka/simplecov/actions?query=workflow%3Astable "SimpleCov is built around the clock by github.com"
18+
[Continuous Integration]: https://github.com/simplecov-ruby/simplecov/actions?query=workflow%3Astable "SimpleCov is built around the clock by github.com"
1919
[Dependencies]: https://gemnasium.com/colszowka/simplecov "SimpleCov dependencies on Gemnasium"
2020
[simplecov-html]: https://github.com/colszowka/simplecov-html "SimpleCov HTML Formatter Source Code @ GitHub"
2121

@@ -37,8 +37,8 @@ configured automatically when you launch SimpleCov. If you're curious, you can f
3737

3838
*Code and Bug Reports*
3939

40-
* [Issue Tracker](https://github.com/colszowka/simplecov/issues)
41-
* See [CONTRIBUTING](https://github.com/colszowka/simplecov/blob/master/CONTRIBUTING.md) for how to contribute along
40+
* [Issue Tracker](https://github.com/simplecov-ruby/simplecov/issues)
41+
* See [CONTRIBUTING](https://github.com/simplecov-ruby/simplecov/blob/main/CONTRIBUTING.md) for how to contribute along
4242
with some common problems to check out before creating an issue.
4343

4444
*Questions, Problems, Suggestions, etc.*
@@ -167,8 +167,8 @@ to use SimpleCov with them. Here's an overview of the known ones:
167167
race conditions occur when results are merged.
168168
</td>
169169
<td>
170-
<a href="https://github.com/colszowka/simplecov/issues/64">#64</a> &amp;
171-
<a href="https://github.com/colszowka/simplecov/pull/185">#185</a>
170+
<a href="https://github.com/simplecov-ruby/simplecov/issues/64">#64</a> &amp;
171+
<a href="https://github.com/simplecov-ruby/simplecov/pull/185">#185</a>
172172
</td>
173173
</tr>
174174
<tr>
@@ -192,7 +192,7 @@ to use SimpleCov with them. Here's an overview of the known ones:
192192
to explicitly set the output root using `SimpleCov.root('foo/bar/baz')`
193193
</td>
194194
<td>
195-
<a href="https://github.com/colszowka/simplecov/issues/95">#95</a>
195+
<a href="https://github.com/simplecov-ruby/simplecov/issues/95">#95</a>
196196
</td>
197197
</tr>
198198
<tr>
@@ -203,11 +203,11 @@ to use SimpleCov with them. Here's an overview of the known ones:
203203
Because of how Spork works internally (using preforking), there used to
204204
be trouble when using SimpleCov with it, but that has apparently been
205205
resolved with a specific configuration strategy. See <a
206-
href="https://github.com/colszowka/simplecov/issues/42#issuecomment-4440284">this</a>
206+
href="https://github.com/simplecov-ruby/simplecov/issues/42#issuecomment-4440284">this</a>
207207
comment.
208208
</td>
209209
<td>
210-
<a href="https://github.com/colszowka/simplecov/issues/42#issuecomment-4440284">#42</a>
210+
<a href="https://github.com/simplecov-ruby/simplecov/issues/42#issuecomment-4440284">#42</a>
211211
</td>
212212
</tr>
213213
<tr>
@@ -218,7 +218,7 @@ to use SimpleCov with them. Here's an overview of the known ones:
218218
<a href="#want-to-use-spring-with-simplecov">See section below.</a>
219219
</td>
220220
<td>
221-
<a href="https://github.com/colszowka/simplecov/issues/381">#381</a>
221+
<a href="https://github.com/simplecov-ruby/simplecov/issues/381">#381</a>
222222
</td>
223223
</tr>
224224
<tr>
@@ -231,7 +231,7 @@ to use SimpleCov with them. Here's an overview of the known ones:
231231
(Dec 11th, 2011) should have this problem resolved.
232232
</td>
233233
<td>
234-
<a href="https://github.com/colszowka/simplecov/issues/45">#45</a> &amp;
234+
<a href="https://github.com/simplecov-ruby/simplecov/issues/45">#45</a> &amp;
235235
<a href="https://github.com/test-unit/test-unit/pull/12">test-unit/test-unit#12</a>
236236
</td>
237237
</tr>
@@ -429,7 +429,7 @@ end
429429
# :nocov:
430430
```
431431

432-
The name of the token can be changed to your liking. [Learn more about the nocov feature.]( https://github.com/colszowka/simplecov/blob/master/features/config_nocov_token.feature)
432+
The name of the token can be changed to your liking. [Learn more about the nocov feature.]( https://github.com/simplecov-ruby/simplecov/blob/main/features/config_nocov_token.feature)
433433

434434
**Note:** You shouldn't have to use the nocov token to skip private methods that are being included in your coverage. If
435435
you appropriately test the public interface of your classes and objects you should automatically get full coverage of
@@ -440,7 +440,7 @@ your private methods.
440440
By default, SimpleCov filters everything outside of the `SimpleCov.root` directory. However, sometimes you may want
441441
to include coverage reports for things you include as a gem, for example a Rails Engine.
442442
443-
Here's an example by [@lsaffie](https://github.com/lsaffie) from [#221](https://github.com/colszowka/simplecov/issues/221)
443+
Here's an example by [@lsaffie](https://github.com/lsaffie) from [#221](https://github.com/simplecov-ruby/simplecov/issues/221)
444444
that shows how you can achieve just that:
445445

446446
```ruby
@@ -856,7 +856,7 @@ with them, you'll find that it often misreports coverage with the default config
856856
issue. Don't despair!
857857

858858
One solution is to [explicitly call eager
859-
load](https://github.com/colszowka/simplecov/issues/381#issuecomment-347651728)
859+
load](https://github.com/simplecov-ruby/simplecov/issues/381#issuecomment-347651728)
860860
in your `test_helper.rb` / `spec_helper.rb` after calling `SimpleCov.start`.
861861

862862
```ruby
@@ -915,7 +915,7 @@ Everyone participating in this project's development, issue trackers and other c
915915

916916
## Contributing
917917

918-
See the [contributing guide](https://github.com/colszowka/simplecov/blob/master/CONTRIBUTING.md).
918+
See the [contributing guide](https://github.com/simplecov-ruby/simplecov/blob/main/CONTRIBUTING.md).
919919

920920
## Kudos
921921

0 commit comments

Comments
 (0)