We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4fb86 commit 15ab790Copy full SHA for 15ab790
.github/workflows/stable.yml
@@ -13,7 +13,7 @@ jobs:
13
env:
14
BUNDLE_WITHOUT: "benchmark"
15
JRUBY_OPTS: "--debug"
16
- SIMPLECOV_HTML_MODE: "methods"
+ SIMPLECOV_HTML_MODE: "methods" # TODO: remove after simplecov-html release
17
18
steps:
19
- uses: actions/checkout@v3
Gemfile
@@ -9,7 +9,7 @@ when "local"
9
when "github"
10
# Use development version of html formatter from github
11
gem "simplecov-html", github: "simplecov-ruby/simplecov-html"
12
-when "methods"
+when "methods" # TODO: remove after simplecov-html release
gem "simplecov-html", github: "umbrellio/simplecov-html", branch: "add-method-coverage-support"
end
0 commit comments