Skip to content

Commit baef837

Browse files
authored
Merge pull request #537 from code0-tech/renovate/simplecov-cobertura-3.x
Update dependency simplecov-cobertura to v3
2 parents 8db9042 + 9cf0c76 commit baef837

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ rspec:
7070
echo "Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/$CI_PIPELINE_ID/test_report"
7171
grep 'Finished in ' output
7272
grep -E '[[:digit:]]+ examples, ' output
73-
grep -o -E '[[:digit:]]+ / [[:digit:]]+ LOC \(.*\) covered.' output
73+
grep -m 1 -E 'Line Coverage:' output
7474
grep 'Time spent in factories' output
7575
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
7676
exit $exit_code
77-
coverage: '/LOC \((\d+\.\d+%)\) covered.$/'
77+
coverage: '/Line Coverage:\s\d+\.\d+%/'
7878
artifacts:
7979
expire_in: 7 days
8080
paths:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ group :development, :test do
5151
gem 'database_cleaner-active_record', '~> 2.1'
5252

5353
gem 'simplecov', '~> 0.22.0', require: false
54-
gem 'simplecov-cobertura', '~> 2.1', require: false
54+
gem 'simplecov-cobertura', '~> 3.0', require: false
5555
end
5656

5757
group :development do

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
debug_inspector (1.2.0)
108108
declarative_policy (1.1.0)
109109
diff-lcs (1.6.2)
110-
docile (1.4.0)
110+
docile (1.4.1)
111111
drb (2.2.3)
112112
erb (5.0.1)
113113
erubi (1.13.1)
@@ -274,7 +274,7 @@ GEM
274274
io-console (~> 0.5)
275275
request_store (1.5.1)
276276
rack (>= 1.4)
277-
rexml (3.3.7)
277+
rexml (3.4.1)
278278
rotp (6.3.0)
279279
rouge (4.5.2)
280280
rspec (3.13.0)
@@ -359,10 +359,10 @@ GEM
359359
docile (~> 1.1)
360360
simplecov-html (~> 0.11)
361361
simplecov_json_formatter (~> 0.1)
362-
simplecov-cobertura (2.1.0)
362+
simplecov-cobertura (3.0.0)
363363
rexml
364364
simplecov (~> 0.19)
365-
simplecov-html (0.12.3)
365+
simplecov-html (0.13.1)
366366
simplecov_json_formatter (0.1.4)
367367
stringio (3.1.7)
368368
test-prof (1.4.4)
@@ -420,7 +420,7 @@ DEPENDENCIES
420420
seed-fu (~> 2.3)
421421
shoulda-matchers (~> 6.0)
422422
simplecov (~> 0.22.0)
423-
simplecov-cobertura (~> 2.1)
423+
simplecov-cobertura (~> 3.0)
424424
test-prof (~> 1.0)
425425
tucana (= 0.0.30)
426426
tzinfo-data

0 commit comments

Comments
 (0)