File tree Expand file tree Collapse file tree 3 files changed +14
-17
lines changed Expand file tree Collapse file tree 3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 11name : Publish gem on GitHub Release
22on :
33 release :
4- types : [published]
54
65jobs :
76 publish :
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
32 "release-type" : " ruby" ,
3+ "include-component-in-tag" : false ,
44 "packages" : {
55 "." : {
66 "package-name" : " simplecov-lcov" ,
77 "version-file" : " lib/simplecov/lcov/version.rb" ,
8- "changelog-path" : " CHANGELOG.md"
8+ "changelog-path" : " CHANGELOG.md" ,
9+ "release-type" : " ruby"
910 }
10- },
11- "plugins" : [
12- " sentence-case"
13- ]
14- }
11+ }
12+ }
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ def clean_filters
2929# Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
3030
3131RSpec . configure do |config |
32- config . before ( :each ) do
33- if Dir . exist? ( SimpleCov ::Formatter ::LcovFormatter . config . output_directory )
34- FileUtils
35- . remove_dir (
36- SimpleCov ::Formatter ::LcovFormatter . config . output_directory ,
37- true
38- )
39- end
40- end
32+ # config.before(:each) do
33+ # if Dir.exist?(SimpleCov::Formatter::LcovFormatter.config.output_directory)
34+ # FileUtils
35+ # .remove_dir(
36+ # SimpleCov::Formatter::LcovFormatter.config.output_directory,
37+ # true
38+ # )
39+ # end
40+ # end
4141end
You can’t perform that action at this time.
0 commit comments