| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-12 | 14.0 kB | |
| v1.0.0 source code.tar.gz | 2026-07-12 | 332.7 kB | |
| v1.0.0 source code.zip | 2026-07-12 | 518.8 kB | |
| Totals: 3 Items | 865.6 kB | 4 | |
What's Changed
- Adds Ruby 3.2 to the CI matrix. by @petergoldstein in https://github.com/simplecov-ruby/simplecov/pull/1042
- Fix incorrect comment on "Gemfile" by @nishidayuya in https://github.com/simplecov-ruby/simplecov/pull/1027
- Fix typo in documentation by @eyupatis in https://github.com/simplecov-ruby/simplecov/pull/995
- Readme: Fix Coverage link by @camsteffen in https://github.com/simplecov-ruby/simplecov/pull/1049
- Cleanup archived project by @borisrorsvort in https://github.com/simplecov-ruby/simplecov/pull/1056
- Added dependabot for GitHub Actions and bundler by @ydah in https://github.com/simplecov-ruby/simplecov/pull/1048
- Bump rubocop from 1.24.1 to 1.42.0 by @ydah in https://github.com/simplecov-ruby/simplecov/pull/1047
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1070
- Fix typo by @zenspider in https://github.com/simplecov-ruby/simplecov/pull/1076
- CI debugging by @PragTob in https://github.com/simplecov-ruby/simplecov/pull/1086
- Add TruffleRuby in CI by @eregon in https://github.com/simplecov-ruby/simplecov/pull/1079
- allow Coverage to start when Coverage.running? is not implemented by @notEthan in https://github.com/simplecov-ruby/simplecov/pull/1043
- Run Rubocop only once in CI by @PragTob in https://github.com/simplecov-ruby/simplecov/pull/1087
- Unexclude skipped on TruffleRuby test case by @andrykonchin in https://github.com/simplecov-ruby/simplecov/pull/1089
- Set up the trusted publisher together with @segiddins by @PragTob in https://github.com/simplecov-ruby/simplecov/pull/1094
- Bump step-security/harden-runner from 2.7.1 to 2.8.1 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1095
- Trying to update cucumber & co but running into conflicts by @PragTob in https://github.com/simplecov-ruby/simplecov/pull/1088
- Technical/Fix documentation formatters usage example by @bestwebua in https://github.com/simplecov-ruby/simplecov/pull/1096
- Fix minor typo in README by @chris-hewitt in https://github.com/simplecov-ruby/simplecov/pull/1080
- Update gems & fix new rubocop offenses by @PragTob in https://github.com/simplecov-ruby/simplecov/pull/1098
- Bring Ruby 2.7 support back by @amatsuda in https://github.com/simplecov-ruby/simplecov/pull/1107
- Bump step-security/harden-runner from 2.8.1 to 2.9.1 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1104
- Bring Ruby 2.5 and 2.6 support back by @amatsuda in https://github.com/simplecov-ruby/simplecov/pull/1108
- Bump step-security/harden-runner from 2.9.1 to 2.10.2 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1117
- Bump rubygems/release-gem from [612653] to [a25424] by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1119
- Follow the repo convention to use
floorinstead ofroundto provide actionable coverage metrics by @corsonknowles in https://github.com/simplecov-ruby/simplecov/pull/1116 - Ensure branches Hash is present when supported by @marcotc in https://github.com/simplecov-ruby/simplecov/pull/972
- Add logger to deps and load in early in test Rails app. by @simi in https://github.com/simplecov-ruby/simplecov/pull/1131
- Bump step-security/harden-runner from 2.10.2 to 2.11.1 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1128
- Reduce GC pressure in LinesCombiner by ~90% by @KevSlashNull in https://github.com/simplecov-ruby/simplecov/pull/1144
- Add support for
oneshot_linescoverage mode by @fatkodima in https://github.com/simplecov-ruby/simplecov/pull/1154 - Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1148
- Bump rubygems/release-gem from 1.1.1 to 1.1.2 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1145
- Bump step-security/harden-runner from 2.13.0 to 2.14.1 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1153
- Fixed typos and grammatical errors by @AmritD in https://github.com/simplecov-ruby/simplecov/pull/1147
- Fix crash in oneshot coverage when file is missing or not valid Ruby by @skryukov in https://github.com/simplecov-ruby/simplecov/pull/1158
- Prevent test_frameworks profile to hide source directories by @splattael in https://github.com/simplecov-ruby/simplecov/pull/1133
- Minimum coverage by group check by @mikhliuk-k in https://github.com/simplecov-ruby/simplecov/pull/1105
- Fallback to empty array if branches is missing by @exoego in https://github.com/simplecov-ruby/simplecov/pull/1140
- patch simplecov-html dep by @timkellogg in https://github.com/simplecov-ruby/simplecov/pull/1072
- minimum_coverage_by_file now prints the name of the violating file. by @philipritchey in https://github.com/simplecov-ruby/simplecov/pull/1103
- Add support for method coverage by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1161
- Update commercial services docs: replace Code Climate with Qlty Cloud by @brynary in https://github.com/simplecov-ruby/simplecov/pull/1162
- Fix misleading 100% branch/method coverage for unloaded tracked files by @55728 in https://github.com/simplecov-ruby/simplecov/pull/1163
- add line and branch coverage output expectation by @philipritchey in https://github.com/simplecov-ruby/simplecov/pull/1102
- Support parallel_tests with multiple commands by @BenoitMC in https://github.com/simplecov-ruby/simplecov/pull/1022
- Bump step-security/harden-runner from 2.16.0 to 2.16.1 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1166
- Bump ruby/setup-ruby from 1 to 1.300.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1168
- Bump rubygems/release-gem from 1.1.4 to 1.2.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1169
- Add richer metrics to JSON formatter by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1164
- Drop warning and ruby 1.9 support. by @coorasse in https://github.com/simplecov-ruby/simplecov/pull/1172
- Bump step-security/harden-runner from 2.16.1 to 2.17.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1173
- Bump step-security/harden-runner from 2.17.0 to 2.19.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1176
- Bump ruby/setup-ruby from 1 to 1.305.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1175
- Simplify formatter architecture by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1165
- Restore capture_stderr helper used by JSON formatter specs by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1177
- Fix race when parallel workers copy static assets by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1178
- Add simplecov:disable / simplecov:enable directive comments by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1179
- Bump ruby/setup-ruby from 1.305.0 to 1.306.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1180
- Bump step-security/harden-runner from 2.19.0 to 2.19.1 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1183
- simplecov CLI by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1182
- Bump ruby/setup-ruby from 1.306.0 to 1.307.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1185
- Bump step-security/harden-runner from 2.19.1 to 2.19.2 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1186
- Run CI on macOS and Windows by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1187
- Redesign configuration DSL around cover/skip/group by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1188
- Add ignore_branches for synthetic else branches by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1189
- Document explicit receiver in .simplecov file by @bquorning in https://github.com/simplecov-ruby/simplecov/pull/1190
- Bump ruby/setup-ruby from 1.307.0 to 1.308.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1191
- Bump step-security/harden-runner from 2.19.2 to 2.19.3 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1192
- README: Update to preferable coverage pattern for Rails by @runephilosof-abtion in https://github.com/simplecov-ruby/simplecov/pull/1193
- Synthesize branch and method coverage for unloaded files by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1194
- Pluggable parallel-test-runner adapter interface by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1195
- Add :eval_generated filter for ignore_branches and ignore_methods by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1196
- Publish a JSON Schema for coverage.json by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1184
- Create a GitHub Release when pushing a gem by @sferik in https://github.com/simplecov-ruby/simplecov/pull/1198
- Bump actions/checkout from 6 to 6.0.2 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1202
- Bump ruby/setup-ruby from 1.308.0 to 1.310.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1201
- Bump step-security/harden-runner from 2.19.3 to 2.19.4 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1199
- Bump rubygems/configure-rubygems-credentials from 1.0.0 to 2.0.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1200
- Bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1203
- Fix branch tuple identity mismatches by @pboling in https://github.com/simplecov-ruby/simplecov/pull/1207
- Fix generic parallel adapter opt-out and result wait ordering by @pboling in https://github.com/simplecov-ruby/simplecov/pull/1209
- Bump rubygems/configure-rubygems-credentials from 2.0.0 to 2.1.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1213
- Bump ruby/setup-ruby from 1.312.0 to 1.313.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1212
- Prevent non-final parallel worker formatting by @pboling in https://github.com/simplecov-ruby/simplecov/pull/1211
- docs: add links to issues by @G-Rath in https://github.com/simplecov-ruby/simplecov/pull/1214
- Add merge finalization ownership config by @pboling in https://github.com/simplecov-ruby/simplecov/pull/1216
- Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1218
- Bump ruby/setup-ruby from 1.313.0 to 1.314.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1219
- Bump ruby/setup-ruby from 1.314.0 to 1.315.0 by @dependabot[bot] in https://github.com/simplecov-ruby/simplecov/pull/1221
- Reproduce turbo_tests2 external collation output by @pboling in https://github.com/simplecov-ruby/simplecov/pull/1223
New Contributors
- @petergoldstein made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1042
- @nishidayuya made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1027
- @eyupatis made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/995
- @camsteffen made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1049
- @borisrorsvort made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1056
- @ydah made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1048
- @zenspider made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1076
- @eregon made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1079
- @notEthan made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1043
- @andrykonchin made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1089
- @bestwebua made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1096
- @chris-hewitt made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1080
- @corsonknowles made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1116
- @marcotc made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/972
- @simi made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1131
- @KevSlashNull made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1144
- @AmritD made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1147
- @skryukov made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1158
- @mikhliuk-k made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1105
- @exoego made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1140
- @timkellogg made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1072
- @philipritchey made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1103
- @brynary made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1162
- @55728 made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1163
- @BenoitMC made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1022
- @coorasse made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1172
- @bquorning made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1190
- @runephilosof-abtion made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1193
- @pboling made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1207
- @G-Rath made their first contribution in https://github.com/simplecov-ruby/simplecov/pull/1214
Full Changelog: https://github.com/simplecov-ruby/simplecov/compare/v0.22.0...v1.0.0