Skip to content

Commit 33796b3

Browse files
committed
⬆️ Switch to appraisal2
1 parent 54d42c5 commit 33796b3

File tree

6 files changed

+17
-26
lines changed

6 files changed

+17
-26
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ permissions:
66
id-token: write
77

88
env:
9+
COVERAGE: true
910
K_SOUP_COV_MIN_BRANCH: 85
1011
K_SOUP_COV_MIN_LINE: 91
1112
K_SOUP_COV_MIN_HARD: true

.idea/workspace.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Appraisal.root.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ source "https://rubygems.org"
1414

1515
gemspec
1616

17-
gem "appraisal", github: "pboling/appraisal", branch: "galtzo"
17+
gem "appraisal2", github: "appraisal-rb/appraisal2", branch: "main"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gemspec
2626
eval_gemfile "gemfiles/modular/debug.gemfile"
2727

2828
### Testing
29-
gem "appraisal", github: "pboling/appraisal", branch: "galtzo"
29+
gem "appraisal2", github: "appraisal-rb/appraisal2", branch: "main"
3030

3131
# Only runs on the latest Ruby
3232
if current_ruby_version >= latest_ruby_version

Gemfile.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
GIT
2-
remote: https://github.com/dashingrocket/simplecov-cobertura
3-
revision: b72eacdeab8b055533debc6fd150cb977db0ca3e
2+
remote: https://github.com/appraisal-rb/appraisal2
3+
revision: 499a56ddcd75b413ed4b536ab8c0b6db47afa907
44
branch: main
55
specs:
6-
simplecov-cobertura (2.1.1.pre.dev)
7-
rexml
8-
simplecov (~> 0.19)
9-
10-
GIT
11-
remote: https://github.com/pboling/appraisal
12-
revision: a3a3e4b7db67d9b085f96b2ffddd2b51bd8a1196
13-
branch: galtzo
14-
specs:
15-
appraisal (3.0.0.rc1)
6+
appraisal2 (3.0.0)
167
bundler (>= 1.17.3)
178
rake (>= 10)
189
thor (>= 0.14)
@@ -127,7 +118,7 @@ GEM
127118
racc (1.8.1)
128119
rainbow (3.1.1)
129120
rake (13.3.0)
130-
rdoc (6.14.1)
121+
rdoc (6.14.2)
131122
erb
132123
psych (>= 4.0.0)
133124
reek (6.5.0)
@@ -202,6 +193,9 @@ GEM
202193
docile (~> 1.1)
203194
simplecov-html (~> 0.11)
204195
simplecov_json_formatter (~> 0.1)
196+
simplecov-cobertura (2.1.0)
197+
rexml
198+
simplecov (~> 0.19)
205199
simplecov-console (0.9.3)
206200
ansi
207201
simplecov
@@ -250,7 +244,7 @@ PLATFORMS
250244
x86_64-linux
251245

252246
DEPENDENCIES
253-
appraisal!
247+
appraisal2!
254248
benchmark (~> 0.4)
255249
bundler-audit (~> 0.9.2)
256250
cgi (~> 0.5.0)
@@ -272,7 +266,6 @@ DEPENDENCIES
272266
rubocop-minitest (~> 0.36)
273267
rubocop-packaging (~> 0.6, >= 0.6.0)
274268
ruby-openid2!
275-
simplecov-cobertura!
276269
standard (~> 1.47)
277270
stone_checksums (~> 1.0)
278271
uri (~> 1.0, >= 1.0.3)

gemfiles/modular/coverage.gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44

55
# Coverage
66
# All coverage gems are listed in gemspec dependencies.
7-
# But fix in the main branch (https://github.com/dashingrocket/simplecov-cobertura/pull/32)
8-
# needed to prevent the circular require warning and stacktrace.
9-
gem "simplecov-cobertura", github: "dashingrocket/simplecov-cobertura", branch: "main"

0 commit comments

Comments
 (0)