Skip to content

Commit 15ab790

Browse files
committed
add some todos
1 parent ed4fb86 commit 15ab790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
BUNDLE_WITHOUT: "benchmark"
1515
JRUBY_OPTS: "--debug"
16-
SIMPLECOV_HTML_MODE: "methods"
16+
SIMPLECOV_HTML_MODE: "methods" # TODO: remove after simplecov-html release
1717

1818
steps:
1919
- uses: actions/checkout@v3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ when "local"
99
when "github"
1010
# Use development version of html formatter from github
1111
gem "simplecov-html", github: "simplecov-ruby/simplecov-html"
12-
when "methods"
12+
when "methods" # TODO: remove after simplecov-html release
1313
gem "simplecov-html", github: "umbrellio/simplecov-html", branch: "add-method-coverage-support"
1414
end
1515

0 commit comments

Comments
 (0)