We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af00e5c commit aed2f83Copy full SHA for aed2f83
.simplecov
@@ -1,3 +1,4 @@
1
+# frozen_string_literal: true
2
# Copyright (c) 2016-2024 Yegor Bugayenko
3
#
4
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -33,5 +34,5 @@ SimpleCov.start do
33
34
add_filter '/front/'
35
add_filter '/liquibase/'
36
add_filter '/public/'
- minimum_coverage 70
37
+ minimum_coverage 90
38
end
Gemfile.lock
@@ -268,6 +268,7 @@ GEM
268
269
PLATFORMS
270
arm64-darwin-22
271
+ arm64-darwin-23
272
x86_64-darwin-16
273
x86_64-darwin-18
274
x86_64-darwin-20
@@ -300,4 +301,4 @@ DEPENDENCIES
300
301
xcop (= 0.7.1)
302
303
BUNDLED WITH
- 2.4.22
304
+ 2.5.3
0 commit comments